Subject: [boost] [timer] clang warning
From: Peter Dimov (lists_at_[hidden])
Date: 2015-01-15 17:27:27


..\..\..\include/boost/timer/timer.hpp:44:43: warning: 'long long' is a
C++11 extension [-Wc++11-long-long]
    void clear() { wall = user = system = 0LL; }
                                          ^

The fix in this case appears trivial, just remove the LL.