From 97d13ccc70f72c1cb5be59ff9e92ba77f0eb825c Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Sat, 10 Jan 2015 21:22:09 +0100 Subject: [PATCH] fix migartion example --- examples/cpp03/migration/workstealing_round_robin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp03/migration/workstealing_round_robin.cpp b/examples/cpp03/migration/workstealing_round_robin.cpp index 7617cc11..07a325bf 100644 --- a/examples/cpp03/migration/workstealing_round_robin.cpp +++ b/examples/cpp03/migration/workstealing_round_robin.cpp @@ -43,7 +43,7 @@ workstealing_round_robin::priority( boost::fibers::detail::worker_fiber * f, int } boost::fibers::fiber -workstealing_round_robin::steal() BOOST_NOEXCEPT +workstealing_round_robin::steal() { boost::mutex::scoped_lock lk( mtx_); boost::fibers::detail::worker_fiber * f = 0;