Opened 5 years ago
Last modified 5 years ago
#12996 new Bugs
warning: 'long long' is a C++11
Reported by: | viboes | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | To Be Determined | Component: | timer |
Version: | Boost 1.64.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In file included from ../../../libs/timer/src/auto_timers_construction.cpp:23: ../../../boost/timer/timer.hpp:44:43: warning: 'long long' is a C++11 extension [-Wc++11-long-long] void clear() { wall = user = system = 0LL; }
Note:
See TracTickets
for help on using tickets.
This is addressed in https://github.com/boostorg/timer/pull/4