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; }

Change History (1)

comment:1 by James E. King, III, 5 years ago

Note: See TracTickets for help on using tickets.