You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/language.support/support.dynamic
Akira Hatanaka c5247b417b Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
This reverts commit r306310.

r306310 causes clang to reject a call to an aligned allocation or
deallocation function if it is not implemented in the standard library
of the deployment target. This is not the desired behavior when users
have defined their own aligned functions.

rdar://problem/32664169

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@306859 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
alloc.errors Cleanup non-standard tests as reported by STL@microsoft.com. NFC. 10 years ago
new.delete Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" 8 years ago
align_val_t.pass.cpp Implement P0035R4 -- Add C++17 aligned allocation functions 9 years ago