Boost C++ Libraries: Ticket #5105: Looser throw specifier in boost exception https://svn.boost.org/trac10/ticket/5105 <p> I'm really sorry if this has been reported and/or fixed already. We have to stick to boost 1.42 for the moment unfortunately. I thought it was better to report an already reported bug than to let a bug uncaught. </p> <p> The error is the following : </p> <p> When compiling code which uses boost function, I have the following error from GCC 4.4 : looser throw specifier for ‘boost::exception_detail::error_info_injector&lt;T&gt;: </p> <p> Adding "throw()" at the end of the delcaration of ~error_info_injector() solves the issues. HTH </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5105 Trac 1.4.3 Emil Dotchevski Sat, 12 Feb 2011 00:13:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5105#comment:1 https://svn.boost.org/trac10/ticket/5105#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">fixed</span> </li> </ul> Ticket