
22 Jun
2008
22 Jun
'08
6:45 p.m.
Hi, In trunk, "boost/thread/tss.hpp" there is a missing #include <boost/thread/detail/config.hpp>. Without it tss.hpp does not compile on Linux since BOOST_THREAD_DECL is not defined to emptyness. Also, is there any ETA on http://svn.boost.org/trac/boost/ticket/1867 ? I'm asking because I'm using the missing methods and this problem breaks the code on Windows. Is there any hope it will be fixed in 1.35.1 (if it gets released) or 1.36?