update boost on linux
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <boost/timer/config.hpp>
|
||||
//#include <boost/chrono/chrono.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
@@ -41,7 +40,7 @@ namespace timer
|
||||
nanosecond_type user;
|
||||
nanosecond_type system;
|
||||
|
||||
void clear() { wall = user = system = 0LL; }
|
||||
void clear() { wall = user = system = 0; }
|
||||
};
|
||||
|
||||
const short default_places = 6;
|
||||
|
||||
Reference in New Issue
Block a user