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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/language.support/support.limits/support.limits.general
Eric Fiselier 087c094fec P0722R3: Implement library support for destroying delete
Summary:
This provides the `std::destroying_delete_t` declaration in C++2a and after. (Even when the compiler doesn't support the language feature).

However, the feature test macro `__cpp_lib_destroying_delete` is only defined when we have both language support and  C++2a.


Reviewers: ldionne, ckennelly, serge-sans-paille, EricWF

Reviewed By: EricWF

Subscribers: dexonsmith, riccibruno, christof, jwakely, jdoerfert, mclow.lists, ldionne, libcxx-commits

Differential Revision: https://reviews.llvm.org/D55840

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@361572 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
algorithm.version.pass.cpp Support tests in freestanding 6 years ago
any.version.pass.cpp Support tests in freestanding 6 years ago
array.version.pass.cpp Support tests in freestanding 6 years ago
atomic.version.pass.cpp Support tests in freestanding 6 years ago
bit.version.pass.cpp Support tests in freestanding 6 years ago
charconv.pass.cpp Support tests in freestanding 6 years ago
chrono.version.pass.cpp Support tests in freestanding 6 years ago
cmath.version.pass.cpp Support tests in freestanding 6 years ago
compare.version.pass.cpp Support tests in freestanding 6 years ago
complex.version.pass.cpp Support tests in freestanding 6 years ago
concepts.version.pass.cpp Support tests in freestanding 6 years ago
cstddef.version.pass.cpp Support tests in freestanding 6 years ago
deque.version.pass.cpp Support tests in freestanding 6 years ago
exception.version.pass.cpp Support tests in freestanding 6 years ago
execution.version.pass.cpp Support tests in freestanding 6 years ago
filesystem.version.pass.cpp Support tests in freestanding 6 years ago
forward_list.version.pass.cpp Support tests in freestanding 6 years ago
functional.version.pass.cpp Support tests in freestanding 6 years ago
iomanip.version.pass.cpp Support tests in freestanding 6 years ago
istream.version.pass.cpp Support tests in freestanding 6 years ago
iterator.version.pass.cpp Support tests in freestanding 6 years ago
limits.version.pass.cpp Support tests in freestanding 6 years ago
list.version.pass.cpp Support tests in freestanding 6 years ago
locale.version.pass.cpp Support tests in freestanding 6 years ago
map.version.pass.cpp Support tests in freestanding 6 years ago
memory.version.pass.cpp Support tests in freestanding 6 years ago
memory_resource.version.pass.cpp Support tests in freestanding 6 years ago
mutex.version.pass.cpp Support tests in freestanding 6 years ago
new.version.pass.cpp P0722R3: Implement library support for destroying delete 6 years ago
numeric.version.pass.cpp Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. 6 years ago
optional.version.pass.cpp Support tests in freestanding 6 years ago
ostream.version.pass.cpp Support tests in freestanding 6 years ago
regex.version.pass.cpp Support tests in freestanding 6 years ago
scoped_allocator.version.pass.cpp Support tests in freestanding 6 years ago
set.version.pass.cpp Support tests in freestanding 6 years ago
shared_mutex.version.pass.cpp Support tests in freestanding 6 years ago
string.version.pass.cpp Support tests in freestanding 6 years ago
string_view.version.pass.cpp Support tests in freestanding 6 years ago
tuple.version.pass.cpp Support tests in freestanding 6 years ago
type_traits.version.pass.cpp Add std::is_constant_evaluated. 6 years ago
unordered_map.version.pass.cpp Support tests in freestanding 6 years ago
unordered_set.version.pass.cpp Support tests in freestanding 6 years ago
utility.version.pass.cpp Support tests in freestanding 6 years ago
variant.version.pass.cpp Support tests in freestanding 6 years ago
vector.version.pass.cpp Support tests in freestanding 6 years ago
version.version.pass.cpp P0722R3: Implement library support for destroying delete 6 years ago