--- mrt/timespy.cpp 2017-02-18 10:37:19.027955283 +0000 +++ mrt/timespy.cpp 2017-02-18 10:36:50.828955314 +0000 @@ -43,7 +43,7 @@ throw_io(("gettimeofday")); } -TimeSpy::~TimeSpy() noexcept(false) { +TimeSpy::~TimeSpy() { struct timeval now; if (gettimeofday(&now, NULL) == -1) throw_io(("gettimeofday"));