Juha
607268dd8e
Replaced throw() with BOOST_NOEXCEPT_OR_NOTHROW
...
With throw(), Visual Studio 2017 emitted a warning "C26439 SPECIAL_NOEXCEPT". Reproducible at least if code analysis was set to level: "Microsoft Native Recommended Rules".
https://docs.microsoft.com/en-us/visualstudio/code-quality/c26439?view=vs-2017
2019-01-28 09:48:53 +02:00
Emil Dotchevski
fa96125efb
mutable get_error_info support
...
[SVN r55707]
2009-08-21 22:28:44 +00:00
Emil Dotchevski
0003622f9d
documentation update
...
[SVN r54906]
2009-07-12 06:59:53 +00:00
Emil Dotchevski
96e2ac573a
Examples/documentation update
...
[SVN r54842]
2009-07-09 20:51:10 +00:00
Emil Dotchevski
a674ec2bb9
Minor fix in libs/exception/example/example_io.cpp.
...
[SVN r54840]
2009-07-09 18:52:35 +00:00
Emil Dotchevski
2b34528ef0
Documentation and examples update.
...
[SVN r54831]
2009-07-09 07:35:15 +00:00
Emil Dotchevski
953399846a
Documentation update
...
[SVN r54828]
2009-07-09 03:51:30 +00:00
Emil Dotchevski
6aa4d2f93b
comments
...
[SVN r52227]
2009-04-07 03:02:15 +00:00
Emil Dotchevski
87384d2116
get_error_info returns raw pointer instead of shared_ptr (breaking change)
...
diagnostic_information can now be called with boost::exception or std::exception object.
BOOST_THROW_EXCEPTION can now be used even if exceptions are disabled.
added functions: current_exception_diagnostic_information, current_exception_cast
documentation updated to match.
[SVN r52225]
2009-04-06 23:15:42 +00:00
Emil Dotchevski
f28285c073
Implemented support for custom to_string overloads for converting boost::error_info objects to string by the boost::diagnostic_information function.
...
[SVN r50507]
2009-01-08 01:26:15 +00:00
Emil Dotchevski
76380aa2f6
Bug in type_info.hpp
...
[SVN r48634]
2008-09-06 18:40:02 +00:00
Emil Dotchevski
b84fb75a60
Optimization for error_info<throw_function>, error_info<throw_file>, error_info<throw_line>. Refactored exception_ptr to use shared_ptr.
...
[SVN r48521]
2008-09-01 21:06:09 +00:00
Emil Dotchevski
6fc0e3ac1e
simplified further
...
[SVN r48485]
2008-08-31 02:40:42 +00:00
Emil Dotchevski
9dd2d64304
decoupled boost/exception/exception.hpp from boost/exception/detail/type_info.hpp
...
diagnostic_information improvements
documentation update
[SVN r48469]
2008-08-30 02:57:12 +00:00
Emil Dotchevski
d7722921a7
removed tabs from source files
...
updated documentation
[SVN r47250]
2008-07-09 00:18:09 +00:00
Emil Dotchevski
f58ffdd643
documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files
...
[SVN r46697]
2008-06-25 23:27:56 +00:00
Emil Dotchevski
eb7a736198
Boost Exception header compilation tests added.
...
[SVN r44442]
2008-04-15 21:13:24 +00:00
Emil Dotchevski
c61e655ada
N2179 compliance (pending documentation update)
...
[SVN r44438]
2008-04-15 18:24:46 +00:00
Emil Dotchevski
0fbc4dc974
fixed compile errors, removed tabs as required.
...
[SVN r44114]
2008-04-08 21:29:37 +00:00
Emil Dotchevski
bf515d83ca
boost exception
...
[SVN r43485]
2008-03-04 01:41:17 +00:00