[Assorted-commits] SF.net SVN: assorted:[1341] sandbox/trunk/src/cc/boost_thread.cc
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-04-17 19:52:50
|
Revision: 1341 http://assorted.svn.sourceforge.net/assorted/?rev=1341&view=rev Author: yangzhang Date: 2009-04-17 19:52:31 +0000 (Fri, 17 Apr 2009) Log Message: ----------- added note Modified Paths: -------------- sandbox/trunk/src/cc/boost_thread.cc Modified: sandbox/trunk/src/cc/boost_thread.cc =================================================================== --- sandbox/trunk/src/cc/boost_thread.cc 2009-04-16 20:25:22 UTC (rev 1340) +++ sandbox/trunk/src/cc/boost_thread.cc 2009-04-17 19:52:31 UTC (rev 1341) @@ -19,6 +19,8 @@ int main() { + // This doesn't work: + //thread t(f); thread t(bind(f)); t.join(); return 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |