forked from KhronosGroup/Vulkan-ValidationLayers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Remove usage of deprecated std::aligned_storage/union
These are deprecated in c++23. Note: in the one instance where the default Align value was used for std::aligned_storage<Len, Alignment> (i.e. std::aligned_storage<Len>), this patch now adopts an implementation similar to libc++ to avoid behavior changes.
- Loading branch information
1 parent
9edf248
commit 0d99e5a
Showing
2 changed files
with
61 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters