
8 Jul
2004
8 Jul
'04
1:47 p.m.
Hi Jürgen,
The attached patch fixes some gcc-3.4.x errors and warnings: boost/thread/tss.hpp: libs/thread/src/tss.cpp:
gcc complains about extra token after #endif. I've added the needed c++ comments.
boost/thread/detail/lock.hpp:
Typo in member template.
The changes looked safe and tests worked okay after applying, so I took the liberty of comitting this. Thanks! - Volodya BTW, detail/lock.hpp seem to have DOS line endings, unlike other Boost.Thread files.