Opened 5 years ago
#13000 new Bugs
Please use BOOST_NOEXCEPT_OR_NOTHROW
| Reported by: | viboes | Owned by: | Beman Dawes |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | system |
| Version: | Boost 1.63.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
When compiling with -Wdeprecated we get this warning
../../../boost/system/system_error.hpp:47:31: error: dynamic exception specifications are deprecated [-Werror,-Wdeprecated-dynamic-exception-spec]
virtual ~system_error() throw() {}
^~~~~~~
../../../boost/system/system_error.hpp:47:31: note: use 'noexcept' instead
Note:
See TracTickets
for help on using tickets.
