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

Use escape hook for removal of <ciso646> #312

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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