summaryrefslogtreecommitdiffstats
path: root/libcxx/src/any.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Put the exception classes for experimental::optional and experimental::any ↵Marshall Clow2018-02-011-0/+19
| | | | | | back in the dylib for binary compatibility llvm-svn: 323989
* Remove <experimental/any>; use <any> instead. See ↵Marshall Clow2018-02-011-7/+0
| | | | | | https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 323972
* [libcxx] Add std::anyEric Fiselier2016-08-111-2/+7
| | | | | | | | | | | | | | | | | | | 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 llvm-svn: 278310
* Remove commented out TODOs. They defined unneeded methods.Eric Fiselier2015-08-191-4/+0
| | | | llvm-svn: 245411
* Mark any as done and comment out extra methods until speaking to MarshallEric Fiselier2015-07-311-3/+3
| | | | llvm-svn: 243729
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-311-0/+22
Summary: This patch adds the second revision of <experimental/any>. I've been working from the LFTS draft found at this link. https://rawgit.com/cplusplus/fundamentals-ts/v1/fundamentals-ts.html#any Reviewers: danalbert, jroelofs, K-ballo, mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6762 llvm-svn: 243728
OpenPOWER on IntegriCloud