Skip to content

Commit

Permalink
Avoid triggering microsoftGH-1030 in P0896R4_ranges_alg_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter committed Aug 27, 2020
1 parent c74ab69 commit 97fe437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/std/tests/P0896R4_ranges_alg_equal/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ struct instantiator {
}
};

#ifndef _PREFAST_ // TRANSITION, GH-1030
template void test_in_in<instantiator, const int, const int>();
#endif // TRANSITION, GH-1030

0 comments on commit 97fe437

Please sign in to comment.