
5 Jun
2007
5 Jun
'07
6:46 p.m.
Hi, I get the following warnings when using a boost::thread_specific_ptr<unsigned int> and compiling with Sun Studio 11 (with latest patches) or Sun Studio 12 on Solaris x86. Warning: Could not find source for boost::type_traits::ice_not<0>::value. "../../../build/debug/include/boost/function/function_template.hpp", line 407: Warning: Could not find source for boost::detail::function::function_allows_small_object_optimization<boost::detail::tss_adapter<unsigned>>::value. A similar warning is reported when I use boost::bind. Every comment is apreciated. Markus