Boost C++ Libraries: Ticket #2093: date_time fails to compile with -fno-exceptions https://svn.boost.org/trac10/ticket/2093 <p> date_time fails to compile with gcc and -fno-exceptions. The attached patch allows the libraries / tests shipped with Boost 1.35.0 to compile. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2093 Trac 1.4.3 anonymous Thu, 10 Jul 2008 04:04:05 GMT attachment set https://svn.boost.org/trac10/ticket/2093 https://svn.boost.org/trac10/ticket/2093 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_data_time_no_exceptions.diff</span> </li> </ul> Ticket Andrey Semashev Thu, 13 Nov 2008 18:05:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2093#comment:1 https://svn.boost.org/trac10/ticket/2093#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> <p> The library moved to throw_exception, but it still doesn't compile without exceptions for me. The cause, it seems, lies somewhere in Boost.Function, so I mark the ticket as fixed. </p> Ticket