Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 609692
Collapse All | Expand All

(-)mrt/timespy.cpp (-1 / +1 lines)
Lines 43-49 Link Here
43
		throw_io(("gettimeofday"));
43
		throw_io(("gettimeofday"));
44
}
44
}
45
45
46
TimeSpy::~TimeSpy() noexcept(false) {
46
TimeSpy::~TimeSpy() {
47
	struct timeval now;
47
	struct timeval now;
48
	if (gettimeofday(&now, NULL) == -1)
48
	if (gettimeofday(&now, NULL) == -1)
49
		throw_io(("gettimeofday"));
49
		throw_io(("gettimeofday"));

Return to bug 609692