|
@@ -56,6 +56,11 @@ void
|
|
BenchMark<TestBenchMark>::tearDown() {
|
|
BenchMark<TestBenchMark>::tearDown() {
|
|
target_.teardown_completed_ = true;
|
|
target_.teardown_completed_ = true;
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+// XXX: some compilers cannot find class static constants used in
|
|
|
|
+// EXPECT_xxx macross, for which we need an explicit definition.
|
|
|
|
+template <typename T>
|
|
|
|
+const double BenchMark<T>::TIME_FAILURE;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|