El Jue 30 Abr 2009 17:52:36 Matthew Saunier escribió: > OK, I've cleaned up my code some, and my patch is attached. The major > categories of error are: > > IRIX needs math.h, not cmath > IRIX needs strjmp.h, not cstrjmp
IRIX is violating C++ standards then (section 26.5); cmath must exist and contain the same contents as math.h, with even some extra overloaded functions. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
