llvm-project/libcxx/test/std/utilities/memory/util.smartptr
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.enab Fix C++03 failure in enable_shared_from_this test 2016-06-27 00:38:28 +00:00
util.smartptr.hash
util.smartptr.shared Implement P0163r0. Add shared_ptr::weak_type. 2016-06-27 01:02:43 +00:00
util.smartptr.shared.atomic Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
util.smartptr.weak Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
util.smartptr.weakptr
nothing_to_do.pass.cpp