
2 Jun
2004
2 Jun
'04
7 p.m.
"Janusz Piwowarski" <jpiw@go2.pl> wrote in message news:007901c446dd$23d14310$2900050a@januszpXP...
Hello
In files:
libs/thread/src/mutex.cpp libs/thread/src/recursive_mutex.cpp libs/thread/src/mutex.inl boost/thread/mutex.hpp boost/thread/recursive_mutex.hpp
there is CR+CR+LF used as line separator.
Also, in recursive_mutex constructor if defined(BOOST_HAS_WINTHREADS) m_critical_section should be initialized before m_count (it's compiler warning)
I've fixed this now. Mike