summaryrefslogtreecommitdiffstats
path: root/libcxx/src/optional.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow2018-02-011-0/+20
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-011-6/+0
* Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...Marshall Clow2017-02-051-2/+2
* Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow2017-02-051-2/+6
* Implement N4606 optionalEric Fiselier2016-10-121-6/+6
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-121-6/+6
* Add <optional> header.Eric Fiselier2016-10-121-6/+6
* Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow2014-12-091-3/+2
* Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-151-3/+3
* Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d...Howard Hinnant2013-09-041-2/+2
* Implement N3672, optional<T>.Howard Hinnant2013-09-021-0/+25
OpenPOWER on IntegriCloud