History log of /external/libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c429bee79204b77cff067695798dfac5605820d 07-Oct-2016 Eric Fiselier <eric@efcs.ca> Fix various issues in std::any and the related tests.

* Fix self-swap. Patch from Casey Carter.

* Remove workarounds and tests for types with deleted move constructors. This
was originally added as part of a LWG proposed resolution that has since
changed.

* Re-apply most recent PR for LWG 2769.

* Re-apply most recent PR for LWG 2754. Specifically fix the SFINAE checks to
use the decayed type.

* Fix tests to allow moved-from std::any's to have a non-empty state. This is
the behavior of MSVC's std::any.

* Various whitespace and test fixes.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283606 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp
e739d54f86e3a7f0b051f7190ffd8d40ed05ca44 11-Aug-2016 Eric Fiselier <eric@efcs.ca> [libcxx] Add std::any

Summary:
This patch adds std::any by moving/adapting <experimental/any>.

This patch also implements the std::any parts of p0032r3 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0032r3.pdf)
and LWG 2509 (http://cplusplus.github.io/LWG/lwg-defects.html#2509).

I plan to push it in a day or two if there are no comments.


Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D22733

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@278310 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp