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/util.smartptr.shared
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.getdeleter Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.assign Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 11 years ago
util.smartptr.shared.cast Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.cmp Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.const Make shared_ptr constructor tests use count_new.hpp 10 years ago
util.smartptr.shared.create Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
util.smartptr.shared.dest Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.io Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.mod Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.obs Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.spec Move test into test/std subdirectory. 11 years ago
test_deleter.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
types.pass.cpp Implement P0163r0. Add shared_ptr::weak_type. 9 years ago