update boost on linux

This commit is contained in:
Bassem Girgis
2019-08-10 16:06:25 -05:00
parent 76ad52be58
commit 861b918727
5363 changed files with 483306 additions and 116507 deletions

View File

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