diff options
Diffstat (limited to 'test/test_bitvec.cpp')
-rw-r--r-- | test/test_bitvec.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_bitvec.cpp b/test/test_bitvec.cpp index e03a27f..d25e3ff 100644 --- a/test/test_bitvec.cpp +++ b/test/test_bitvec.cpp @@ -16,6 +16,8 @@ #include <cstddef> #include <cstdlib> +namespace { + template<class T, size_t N> void test_and(Context& ctx) @@ -324,6 +326,8 @@ test(Context& ctx) test_iteration<T, N>(ctx); } +} // namespace + int main() { |