https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123872
Bug ID: 123872
Summary: Consider defining __STDCPP_DEFAULT_NEW_ALIGNMENT__
unconditionally
Product: gcc
Version: 15.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: nikolasklauser at berlin dot de
Target Milestone: ---
Even though the macro is linked to C++'s aligned allocation functions, it can
still be useful without them - at the very least to make sure you're _not_
overaligning your types accidentally.