From 3a9c91b5e127d01f2e8189f2cd031f412703963d Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Sun, 12 Jul 2020 23:41:25 -0700 Subject: [PATCH] Update tests/std/tests/P0896R4_ranges_alg_move/test.cpp --- tests/std/tests/P0896R4_ranges_alg_move/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/std/tests/P0896R4_ranges_alg_move/test.cpp b/tests/std/tests/P0896R4_ranges_alg_move/test.cpp index 112a3c4438..d242beead1 100644 --- a/tests/std/tests/P0896R4_ranges_alg_move/test.cpp +++ b/tests/std/tests/P0896R4_ranges_alg_move/test.cpp @@ -39,7 +39,7 @@ struct instantiator { template > Write> static constexpr void call() { #if !defined(__clang__) && !defined(__EDG__) // TRANSITION, VSO-938163 -#pragma warning(suppress : 4127) // conditional expression is constant +#pragma warning(suppress : 4127) // conditional expression is constant if (!ranges::contiguous_range || !is_constant_evaluated()) #endif // TRANSITION, VSO-938163 {