
10 Apr
2008
10 Apr
'08
9:46 a.m.
Yang Zhang wrote:
class thread { public: ... typedef platform-specific-type native_handle_type; native_handle_type native_handle(); ... };
Hmm. Looking at the source, this doesn't actually seem to be in there...at least not in the latest release (1.35).
It seems that native_handle() is defined in thread/win32/thread.hpp but not in thread/pthread/thread.hpp. --Johan