id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5386,"Add option to get rid of ""unknown"" in exception diagnostic message",Pavel Machyniak ,Emil Dotchevski,"I think it would be nice to have option to exclude from exception diagnostic string messages like `""Throw in function (unknown)""` and only include those if the context is known. Reason: those messages usually do not add any information. For example: {{{ Throw in function (unknown) Dynamic exception type: struct Exceptions::TestException std::exception::what: Unknown exception [struct Exceptions::ErrorCode_ *] = 123 }}} Would become: {{{ Dynamic exception type: struct Exceptions::TestException [struct Exceptions::ErrorCode_ *] = 123 }}}",Feature Requests,closed,To Be Determined,exception,Boost 1.46.0,Cosmetic,fixed,,