
I get this error when I do the following. I haven't used any of the lock so far
#include "boost/thread.hpp"
int main(){
return 0;
}
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Ovanes Markarian
Sent: Monday, March 29, 2010 15:55
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] compiler error on using threads with boost
Additionally, you can move the unique_lock to transfer the ownership.
Regards,
Ovanes
On Mon, Mar 29, 2010 at 3:46 PM, Ovanes Markarian