llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared
Eric Fiselier 68436a9b48 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.

llvm-svn: 273839
2016-06-27 01:02:43 +00:00
..
util.smartptr.getdeleter
util.smartptr.shared.assign Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 2015-05-10 13:59:45 +00:00
util.smartptr.shared.cast
util.smartptr.shared.cmp
util.smartptr.shared.const Make shared_ptr constructor tests use count_new.hpp 2016-06-22 04:51:07 +00:00
util.smartptr.shared.create Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
util.smartptr.shared.dest
util.smartptr.shared.io
util.smartptr.shared.mod
util.smartptr.shared.obs
util.smartptr.shared.spec
test_deleter.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
types.pass.cpp Implement P0163r0. Add shared_ptr::weak_type. 2016-06-27 01:02:43 +00:00