
8 Jul
2004
8 Jul
'04
2:22 p.m.
Vladimir Prus wrote:
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
Thanks, both. Interesting! Apparently my compiler didn't mind the extra tokens after the #endif. The other change was one I had already made but not yet checked in. Mike