$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83645 - trunk/libs/thread/example
From: vicente.botet_at_[hidden]
Date: 2013-03-30 05:37:45
Author: viboes
Date: 2013-03-30 05:37:43 EDT (Sat, 30 Mar 2013)
New Revision: 83645
URL: http://svn.boost.org/trac/boost/changeset/83645
Log:
Thread: return 0.
Text files modified:
trunk/libs/thread/example/not_interleaved.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/example/not_interleaved.cpp
==============================================================================
--- trunk/libs/thread/example/not_interleaved.cpp (original)
+++ trunk/libs/thread/example/not_interleaved.cpp 2013-03-30 05:37:43 EDT (Sat, 30 Mar 2013)
@@ -58,6 +58,6 @@
t1.join();
t2.join();
mcout << nm << '\n';
- return 1;
+ return 0;
}