mirror of https://github.com/CGAL/cgal
Trivial fix for g++-5.1 C++11
This commit is contained in:
parent
548ae00633
commit
f5eec04da9
|
|
@ -121,7 +121,7 @@ private:
|
|||
size_type vsize = 0, rss = 0;
|
||||
|
||||
std::ifstream f("/proc/self/stat");
|
||||
CGAL_assertion(f);
|
||||
CGAL_assertion(!f.bad());
|
||||
|
||||
f >> pid >> name >> state >> ppid >> pgrp >> session >> tty >> tpgid >> flags;
|
||||
f >> minflt >> cminflt >> majflt >> cmajflt >> utime >> stime >> cutime;
|
||||
|
|
|
|||
Loading…
Reference in New Issue