Boost C++ Libraries: Ticket #5386: Add option to get rid of "unknown" in exception diagnostic message https://svn.boost.org/trac10/ticket/5386 <p> I think it would be nice to have option to exclude from exception diagnostic string messages like <code>"Throw in function (unknown)"</code> and only include those if the context is known. </p> <p> Reason: those messages usually do not add any information. </p> <p> For example: </p> <pre class="wiki">Throw in function (unknown) Dynamic exception type: struct Exceptions::TestException std::exception::what: Unknown exception [struct Exceptions::ErrorCode_ *] = 123 </pre><p> Would become: </p> <pre class="wiki">Dynamic exception type: struct Exceptions::TestException [struct Exceptions::ErrorCode_ *] = 123 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5386 Trac 1.4.3 Emil Dotchevski Tue, 05 Apr 2011 00:26:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5386#comment:1 https://svn.boost.org/trac10/ticket/5386#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> Trunk revision 70989 </p> Ticket