Update aligned new tests to use __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2 for "over-aligned" instead of alignof(std::max_align_t) * 2.
Details
Details
- Reviewers
EricWF mclow.lists STL_MSFT - Commits
- rGdc2596e971b0: [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
rCXX318325: [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
rL318325: [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
Diff Detail
Diff Detail
- Repository
- rL LLVM