From 036f48e9d9d13d3aa5b552c5e3997fa152aa6ba3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Oct 2022 01:38:11 +0200 Subject: a --- test/tile-iter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/tile-iter.cpp b/test/tile-iter.cpp index aea6b8b5..f930517f 100644 --- a/test/tile-iter.cpp +++ b/test/tile-iter.cpp @@ -27,10 +27,8 @@ bool app::test_tile_iter() // NOLINT(readability-function-size) static_assert(std::is_same_v); for (const auto& [x, k, pt] : c) static_assert(std::is_same_v); -#if 1 for (auto [x, k, pt] : c) static_assert(std::is_same_v); -#endif } return true; } -- cgit v1.2.3