
Neal Becker wrote:
Roland Schwarz wrote:
Neal Becker schrieb:
"g++" -c -DBOOST_THREAD_LIB_NAME=boost_thread -DBOOST_THREAD_BUILD_LIB=1 -g -O0 -fno-inline -pthread -Wall -ftemplate-depth-255 -I"bin/boost/libs/thread/build" -I "/usr/local/src/boost.cvs" -o "bin/boost/libs/thread/build/libboost_thread.a/gcc/debug/threading-multi/once.o" "/usr/local/src/boost.cvs/libs/thread/build/../src/once.cpp"
Which toolset? -sTOOLS=gcc Which version? HEAD/RC_1_34_0/thread_rewrite ? HEAD
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost Index: once.cpp =================================================================== RCS file: /cvsroot/boost/boost/libs/thread/src/once.cpp,v retrieving revision 1.25 diff -c -r1.25 once.cpp *** once.cpp 10 Oct 2006 07:34:37 -0000 1.25 --- once.cpp 12 Oct 2006 14:22:06 -0000
*** 139,145 **** << std::ends; unfreezer unfreeze(strm); HANDLE mutex=new_mutex(strm.str()); ! # endif #else # if defined (BOOST_NO_ANSI_APIS) std::wostringstream strm; --- 139,145 ---- << std::ends; unfreezer unfreeze(strm); HANDLE mutex=new_mutex(strm.str()); ! //# endif #else # if defined (BOOST_NO_ANSI_APIS) std::wostringstream strm;