Hi, I am currently trying out your implementation of the c++0x threads and noticed that you dont have the ref() function created. Is there another method that you use to pass a reference to the thread? Do you just use regular pass by reference notation?
Justin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am currently trying out your implementation of the c++0x threads and noticed that you dont have the ref() function created. Is there another method that you use to pass a reference to the thread? Do you just use regular pass by reference notation?
Justin