Boost C++ Libraries: Ticket #11492: boost.coroutine throws from noexcept function https://svn.boost.org/trac10/ticket/11492 <p> boost/coroutine/detail/symmetric_coroutine_impl.hpp(409): warning C4297: 'boost::coroutines::detail::symmetric_coroutine_impl&lt;void&gt;::yield': function assumed not to throw an exception but does </p> <p> boost/coroutine/detail/symmetric_coroutine_impl.hpp(409): note: <span class="underline">declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function </span></p> <p> I think yield was incorrectly marked as noexcept here. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11492 Trac 1.4.3 olli Tue, 21 Jul 2015 15:47:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11492#comment:1 https://svn.boost.org/trac10/ticket/11492#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">obsolete</span> </li> </ul> <p> already fixed in branch master </p> Ticket