aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bench_bitvec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bench_bitvec.cpp')
-rw-r--r--benchmark/bench_bitvec.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/bench_bitvec.cpp b/benchmark/bench_bitvec.cpp
index 92bb1d0..2493947 100644
--- a/benchmark/bench_bitvec.cpp
+++ b/benchmark/bench_bitvec.cpp
@@ -15,6 +15,8 @@
#include <string>
#include <vector>
+namespace {
+
template<class T, size_t N>
struct BenchAnd {
Duration operator()(Context& ctx)
@@ -280,6 +282,8 @@ bench(Context& ctx, const std::string& name)
bench_rec<Bench, 16, 32, 64, 128, 256, 512>(ctx, out);
}
+} // namespace
+
int
main()
{