From a6d382109e0e0e9e627465530da2d48c801f28dc Mon Sep 17 00:00:00 2001 From: Jordan Maples Date: Tue, 12 May 2020 16:43:23 -0700 Subject: missed a GSL_CONSTEXPR_NARROW for removal --- tests/utils_tests.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp index f6d9fd7..ac83e2d 100644 --- a/tests/utils_tests.cpp +++ b/tests/utils_tests.cpp @@ -122,8 +122,4 @@ TEST(utils_tests, narrow) n = -42; EXPECT_THROW(narrow(n), narrowing_error); - -#if GSL_CONSTEXPR_NARROW - static_assert(narrow(120) == 120, "Fix GSL_CONSTEXPR_NARROW"); -#endif } -- cgit v1.2.3