Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/benchmarks/bonnie++/files/patch-duration.cpp
16461 views
1
--- duration.cpp.orig 2016-06-30 09:41:58 UTC
2
+++ duration.cpp
3
@@ -1,5 +1,3 @@
4
-using namespace std;
5
-
6
#include <stdlib.h>
7
8
#include "duration.h"
9
@@ -19,6 +17,8 @@ using namespace std;
10
#include <algo.h>
11
#endif
12
#endif
13
+
14
+using namespace std;
15
16
Duration_Base::Duration_Base()
17
: m_start(0.0)
18
19