mirror of https://github.com/google/benchmark.git
clang format header fixes
This commit is contained in:
parent
99410f400c
commit
299a8b881d
|
@ -674,7 +674,7 @@ class Counter {
|
|||
Counter(double v = 0., Flags f = kDefaults, OneK k = kIs1000)
|
||||
: value(v), flags(f), oneK(k) {}
|
||||
|
||||
BENCHMARK_ALWAYS_INLINE operator double const &() const { return value; }
|
||||
BENCHMARK_ALWAYS_INLINE operator double const&() const { return value; }
|
||||
BENCHMARK_ALWAYS_INLINE operator double&() { return value; }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue