Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#12999 closed Support Requests (obsolete)

Please use BOOST_NOEXCEPT_OR_NOTHROW to avoid warnings

Reported by: viboes Owned by: viboes
Milestone: Boost 1.64.0 Component: chrono
Version: Boost 1.63.0 Severity: Cosmetic
Keywords: Cc:

Description

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)

comment:1 by viboes, 5 years ago

Component: Nonechrono
Owner: set to viboes

comment:2 by viboes, 5 years ago

Status: newassigned

comment:3 by viboes, 5 years ago

This is fixed in develop. Which version are you using?

comment:4 by viboes, 5 years ago

Type: BugsSupport Requests

comment:5 by viboes, 5 years ago

Resolution: obsolete
Status: assignedclosed

comment:7 by viboes, 5 years ago

Milestone: To Be DeterminedBoost 1.64.0
Note: See TracTickets for help on using tickets.