Boost C++ Libraries: Ticket #9586: Boost Date/Time should use BOOST_TRY/CATCH instead of try https://svn.boost.org/trac10/ticket/9586 <p> Hello, </p> <p> We had to activate the USE_DATE_TIME_PRE_1_33_FACET_IO and modify a few files in try/catches to BOOST_TRY/CATCH in date_time/gregorian/greg_facet.hpp to get our <a class="missing wiki">Date/Time</a> dependency compiling in non-exception code. Here's the attached patch. </p> <p> However, <a class="missing wiki">Date/Time</a> depends too heavily on try/catch behavior in detriment to projects wanting to use it but without exceptions. Can this be fixed for a next iteration of Boost? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9586 Trac 1.4.3 Zamfir Catalin Alexandru <catalinalexandru.zamfir@…> Fri, 17 Jan 2014 17:33:05 GMT attachment set https://svn.boost.org/trac10/ticket/9586 https://svn.boost.org/trac10/ticket/9586 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">greg_facet.hpp.patch</span> </li> </ul> <p> Patch to use boost try/catch workaround </p> Ticket James E. King, III Thu, 18 Jan 2018 13:58:59 GMT severity, milestone changed https://svn.boost.org/trac10/ticket/9586#comment:1 https://svn.boost.org/trac10/ticket/9586#comment:1 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Optimization</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.56.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket