Skip to content

Commit

Permalink
Add one more Ranges test to the microsoftGH-1030 club
Browse files Browse the repository at this point in the history
This is the last test for which I've heard complaints about memory usage.
  • Loading branch information
CaseyCarter committed Aug 28, 2020
1 parent b90b3e0 commit 81a8c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/std/tests/P0896R4_ranges_alg_transform_unary/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ struct instantiator {
};

int main() {
#ifndef _PREFAST_ // TRANSITION, GH-1030
STATIC_ASSERT((test_in_write<instantiator, const P, int>(), true));
#endif // TRANSITION, GH-1030
test_in_write<instantiator, const P, int>();
}

0 comments on commit 81a8c27

Please sign in to comment.