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/utilities/memory/util.dynamic.safety
Eric Fiselier c3dfeced41 Fix PR26961 - Add default constructor to std::pointer_safety struct.
In ABI v1 libc++ implements std::pointer_safety as a class type instead
of an enumeration. However this class type does not provide
a default constructor as it should. This patch adds that default constructor.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291059 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
declare_no_pointers.pass.cpp Move test into test/std subdirectory. 11 years ago
declare_reachable.pass.cpp Move test into test/std subdirectory. 11 years ago
get_pointer_safety.pass.cpp Fix PR26961 - Add default constructor to std::pointer_safety struct. 9 years ago