Please use BOOST_NOEXCEPT_OR_NOTHROW to avoid warnings
When compiling with -Wdeprecated we get
../../../boost/chrono/process_cpu_clocks.hpp:479:29: error: dynamic exception specifications are deprecated [-Werror,-Wdeprecated-dynamic-exception-spec]
static Res lowest() throw()
^~~~~~~
../../../boost/chrono/process_cpu_clocks.hpp:479:29: note: use 'noexcept' instead
static Res lowest() throw()
^~~~~~~
noexcept
Change History
(7)
Component: |
None → chrono
|
Owner: |
set to viboes
|
Type: |
Bugs → Support Requests
|
Resolution: |
→ obsolete
|
Status: |
assigned → closed
|
Milestone: |
To Be Determined → Boost 1.64.0
|
This is fixed in develop. Which version are you using?