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/utilities/memory/util.smartptr
Eric Fiselier 83d7ca9ea5 Implement P0163r0. Add shared_ptr::weak_type.
This patch adds the weak_type typedef in shared_ptr. It is available in
C++17 and newer.

This patch also updates the _LIBCPP_STD_VER and TEST_STD_VER macros to
have the value of 16, since 2016 is the current year.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@273839 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
util.smartptr.enab Fix C++03 failure in enable_shared_from_this test 9 years ago
util.smartptr.hash Move test into test/std subdirectory. 11 years ago
util.smartptr.shared Implement P0163r0. Add shared_ptr::weak_type. 9 years ago
util.smartptr.shared.atomic Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
util.smartptr.weak Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
util.smartptr.weakptr Move test into test/std subdirectory. 11 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago