Skip to content

Conversation

@TriangulumDesire
Copy link
Contributor

@TriangulumDesire TriangulumDesire commented Aug 13, 2022

std::aligned_storage is being deprecated in C++23 (more information here). Even though this is a C++11 library, some compilers will still emit warnings about it (such as when the header is included in a project that is compiled with C++20+).

This pull request replaces all uses of std::aligned_storage with alternatives suggested in this StackOverflow post and this section in cppreference.

@Amanieu Amanieu merged commit 4159da7 into Amanieu:master Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants