llvm-project/libcxx/test/std/utilities/memory/storage.iterator
Joe Loser 8cf5319aff
[libc++][test] Use = delete over DELETE_FUNCTION. NFC.
Some tests repeat the definition of `DELETE_FUNCTION` macro locally.
However, it's not even requred to guard against in the C++03 case since
Clang supports `= delete;` in C++03 mode. A warning is issued but
`libc++` tests run with `-Wno-c++11-extensions`, so this isn't an issue.
Since we don't support other compilers in C++03 mode, `= delete;` is
always available for use. As such, inline all calls of `DELETE_FUNCTION`
to use `= delete;`.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D111148
2021-10-05 14:08:48 -04:00
..
deprecated.verify.cpp
raw_storage_iterator.base.pass.cpp [libc++] NFC: Refactor raw_storage_iterator test to use UNSUPPORTED markup 2021-05-27 14:23:32 -04:00
raw_storage_iterator.pass.cpp [libc++][test] Use = delete over DELETE_FUNCTION. NFC. 2021-10-05 14:08:48 -04:00
types.compile.pass.cpp [libc++] Update all the pre-defined iterator types for C++20 2021-05-31 11:59:40 -04:00