summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/optional/optional.bad_optional_access/default.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the optional tests into test/experimental. They were put into ↵Marshall Clow2014-12-091-23/+0
| | | | | | test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around. llvm-svn: 223778
* Add all the relational operators to std::experimental::optional. Also update ↵Marshall Clow2014-12-091-3/+2
| | | | | | bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though. llvm-svn: 223775
* Move <optional> into include/experimental, and into the std::experimental ↵Marshall Clow2013-11-151-6/+4
| | | | | | namespace, since it's not part of C++14, but of an upcoming TS llvm-svn: 194867
* Implement N3672, optional<T>.Howard Hinnant2013-09-021-0/+26
llvm-svn: 189772
OpenPOWER on IntegriCloud