4 Mar
2006
4 Mar
'06
1:30 a.m.
Olaf van der Spek wrote
I also noticed boost::thread has a default constructor but it's not copyable. What is the purpose of this default constructor?
According to the documentation the default constructor "Constructs a thread object representing the current thread of execution."
And are there any boost::thread examples? I couldn't find them in the documentation.
There are examples in the libs/thread/example folder. -delfin