-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.test-suite
Description
P1413R3 Deprecated aligned_storage
And aligned_union
When MSVC implements this in microsoft/STL#2533, it needs another deprecation disable macro to be added here:
llvm-project/libcxx/test/support/msvc_stdlib_force_include.h
Lines 72 to 74 in fa0f90b
// Silence warnings about features that are deprecated in C++17 and C++20. | |
#define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS | |
#define _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS |
It is _SILENCE_ALL_CXX23_DEPRECATION_WARNINGS
, similar to the two existing.
Metadata
Metadata
Assignees
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.test-suite