#9638 closed Bugs (duplicate)
boost_1_53_0/boost/chrono/duration.hpp:666:28: 'constexpr' non-static member function will not be implicitly 'const' in C++1y; add 'const' to avoid a change in behavior
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Xcode 5.1b5 (Apple LLVM 5.1, clang-503.0.19)
boost_1_53_0/boost/chrono/duration.hpp:666:28: 'constexpr' non-static member function will not be implicitly 'const' in C++1y; add 'const' to avoid a change in behavior
This warning gets reported hundreds of times, as it appears in a header.
Attachments (1)
Change History (3)
by , 9 years ago
comment:1 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of bug #8604, and was fixed in boost 1.54.0
Note:
See TracTickets
for help on using tickets.
Patch that fixes the warning