Bug in boost_1_27_0.tar.gz threads library
Hi
There seems to be a missing '}' in
libs/thread/src/once.cpp when compiling on gcc-3.04 on
Redhat Linux 6.2. I added one and it seems to work.
Not sure if it is in the right place.
Context diff:
*** once.cpp Thu Feb 7 15:33:15 2002
--- once.cpp.new Wed Feb 27 15:53:02 2002
***************
*** 55,62 ****
--- 55,63 ----
{
once_callback* cb =
reinterpret_cast
--- In Boost-Users@y..., Martin Brown
Hi
There seems to be a missing '}' in libs/thread/src/once.cpp when compiling on gcc-3.04 on Redhat Linux 6.2. I added one and it seems to work. Not sure if it is in the right place.
This was fixed in CVS a few days ago. Thanks for the report, though. Bill Kempf
participants (2)
-
bill_kempf
-
Martin Brown