From: Victor Whiskey Yankee (victor.whiskey.yankee_at_[hidden])
Date: 2008-05-19 12:47:13


Igor R. wrote:
> You mean there is not a sleep function anywhere in boost but inside boost::thread? Wow...that's incredible disappointment.
 
sleep() resides in this_thread namespace
just include the appropriate header file
Thank you. It works now. My problem was compiler picked up old version of boost :(

Vic