$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Råde (rade_at_[hidden])
Date: 2008-04-10 05:46:44
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