Boost C++ Libraries: Ticket #2092: Serialization fails to compile with -fno-exceptions https://svn.boost.org/trac10/ticket/2092 <p> The archive portion of the serialization library fails to compile with gcc if -fno-exceptions is used. 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/2092 Trac 1.4.3 anonymous Thu, 10 Jul 2008 04:00:55 GMT attachment set https://svn.boost.org/trac10/ticket/2092 https://svn.boost.org/trac10/ticket/2092 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_serialization_no_exceptions.diff</span> </li> </ul> Ticket Marshall Clow Sat, 26 Jul 2008 03:47:17 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2092#comment:1 https://svn.boost.org/trac10/ticket/2092#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Robert Ramey</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">serialization</span> </li> </ul> Ticket Robert Ramey Sat, 26 Jul 2008 17:41:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2092#comment:2 https://svn.boost.org/trac10/ticket/2092#comment:2 <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 first two were already fixed. The third is now in my local copy. After next tests cycle, I'll upload to the trunk. </p> <p> Robert Ramey </p> Ticket