----- Original Message ----- From: "Garnet Kin-Lic Chan" <[EMAIL PROTECTED]> > there have been a few discussions recently about the status of > solaris and boost. as someone whose code relies on the boost::function and > boost::bind libraries, and who needs to port to solaris in the very near > future, i'm happy to try and help. does anyone know what is needed, and > has anyone had any experience with version 7 of the sun compilers? anyone > else interested?
code now that uses bind and function extensively and having reasonable success with Forte 6.2 (C++ 5.3). I've had to change a few things and will post a list when I've finished. If you're using this version of the compiler two things spring to mind: 1. Define BOOST_NO_INCLASS_MEMBER_INITIALIZATION fixed it. In general, this compiler does support in class member initialisation, but for some reason, the code in type traits causes a compiler assertion. 2. Get the latest patch. This fixes some of the problems you'll find with segmentation faults, notably with function (so for example compiling boost.thread used to fail but now works for me). Mark _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost