
3 Nov
2007
3 Nov
'07
10:01 p.m.
Andrey Semashev <andysem <at> mail.ru> writes:
I think boost/thread/pthread/shared_mutex.hpp in trunk is missing #include <boost/thread/thread.hpp>. Now it complains it doesn't know what this_thread is.
Yes, you're right. I've checked in a new version with the missing include added. Anthony