Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #312 from miscco/nvbug_3782916
Browse files Browse the repository at this point in the history
Use escape hook for removal of <ciso646>
  • Loading branch information
wmaxey authored Sep 14, 2022
2 parents 8432a36 + bc2ec11 commit b837fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .upstream-tests/test/support/msvc_stdlib_force_include.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const AssertionDialogAvoider assertion_dialog_avoider{};
#define _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS
#endif // _LIBCXX_IN_DEVCRT

#define _SILENCE_CXX20_CISO646_REMOVED_WARNING
#include <ciso646>

#if _HAS_CXX20
Expand Down

0 comments on commit b837fe3

Please sign in to comment.