Skip to content

Commit

Permalink
Update tests/std/tests/P0896R4_ranges_alg_move/test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej authored Jul 13, 2020
1 parent 551963a commit 3a9c91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_ranges_alg_move/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct instantiator {
template <ranges::input_range Read, indirectly_writable<ranges::range_rvalue_reference_t<Read>> 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<Read> || !is_constant_evaluated())
#endif // TRANSITION, VSO-938163
{
Expand Down

0 comments on commit 3a9c91b

Please sign in to comment.