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;