Hi! On Wed, Oct 29, 2008 at 04:11:03PM +0100, Hannah Schroeter wrote: ...
Ok, first experience: With the system compiler, it just doesn't work much. For example: /usr/local/include/boost/exception/exception.hpp:108: warning: `mutable' is not at beginning of declaration Code: intrusive_ptr<exception_detail::error_info_container> mutable data_; Seems the system compiler (3.3.5) needs mutable *before* the type. Kind regards, Hannah.