5 Mar
2010
5 Mar
'10
3:22 a.m.
El 05/03/2010 12:18 a.m., Agustín K-ballo Bergé escribió:
El 04/03/2010 10:03 p.m., anony escribió:
I have this situation: void spawner() { boost::thread(boost::function
(my_thread), "bla", "lala"); }
By the way, I think the use of boost::function is redundant. Doesn't it just work like this: boost::thread(my_thread, "bla", "lala"); Agustín K-ballo Bergé.- http://talesofcpp.blogspot.com