Commit 3b2d0abd by Eric Fiselier

Use correct integer type for complexity. MSVC warns otherwise

parent 950c8b74
......@@ -367,7 +367,7 @@ public:
}
BENCHMARK_ALWAYS_INLINE
size_t complexity_length_n() {
int complexity_length_n() {
return complexity_n_;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment