Boost C++ Libraries: Ticket #7497: Boost.Random does not work with exceptions disabled https://svn.boost.org/trac10/ticket/7497 <p> cannot use 'throw' with exceptions disabled in .../boost_1_51_0/boost/random/detail/seed_impl.hpp </p> <p> Please use BOOST_THROW_EXCEPTION instead of naked throw. </p> <p> (assigning to Steven because he's the author of the file in question) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7497 Trac 1.4.3 Mathias Gaunard Thu, 11 Oct 2012 16:21:50 GMT owner, description changed https://svn.boost.org/trac10/ticket/7497#comment:1 https://svn.boost.org/trac10/ticket/7497#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">No-Maintainer</span> to <span class="trac-author">Steven Watanabe</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/7497?action=diff&amp;version=1">diff</a>) </li> </ul> Ticket Domagoj Šarić Fri, 12 Oct 2012 12:32:36 GMT <link>https://svn.boost.org/trac10/ticket/7497#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7497#comment:2</guid> <description> <p> If I may add, please don't use exceptions for incorrect input/usage, that's what asserts are for. I really don't like code that doesn't allocate resources to add EH bloat... </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Mathias Gaunard</dc:creator> <pubDate>Sat, 27 Oct 2012 12:53:43 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/7497 https://svn.boost.org/trac10/ticket/7497 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_random_throw_exception.diff</span> </li> </ul> <p> replace throw by boost::throw_exception </p> Ticket Steven Watanabe Sat, 16 Feb 2013 20:42:22 GMT <link>https://svn.boost.org/trac10/ticket/7497#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7497#comment:3</guid> <description> <p> Duplicates <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5399" title="#5399: Bugs: random.hpp does not compile with exceptions off (closed: fixed)">#5399</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Sat, 16 Feb 2013 20:43:07 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7497#comment:4 https://svn.boost.org/trac10/ticket/7497#comment:4 <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">duplicate</span> </li> </ul> Ticket