-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed as not planned
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existstestRelated to test codeRelated to test code
Description
Currently, we have no test coverage for /Zc:alignedNew- aside from the feature-test macros test:
| PM_CL="/MT /std:c++latest /permissive- /EHsc /Zc:alignedNew- /DTEST_DISABLED_ALIGNED_NEW" |
As C++17/20 without over-aligned allocation is an unusual mode, we can break it - see #1689. We should consider adding test coverage, but we need to think about the best way to do so - adding distinct configurations is expensive.
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existstestRelated to test codeRelated to test code