Re: [PATCH 1/2] libstdc++: Normalise _GLIBCXX20_DEPRECATED macro

2023-02-03 Thread Jonathan Wakely via Gcc-patches
On Wed, 28 Dec 2022 at 14:28, Nathaniel Shead via Libstdc++ wrote: > > These two patches implement P1413 (deprecate std::aligned_storage and > std::aligned_union) for C++23. Tested on x86_64-linux. > > -- >8 -- > > Updates _GLIBCXX20_DEPRECATED to be defined and behave the same as the > versions

[PATCH 1/2] libstdc++: Normalise _GLIBCXX20_DEPRECATED macro

2022-12-28 Thread Nathaniel Shead via Gcc-patches
These two patches implement P1413 (deprecate std::aligned_storage and std::aligned_union) for C++23. Tested on x86_64-linux. -- >8 -- Updates _GLIBCXX20_DEPRECATED to be defined and behave the same as the versions for other standards (e.g. _GLIBCXX17_DEPRECATED). libstdc++-v3/ChangeLog: