summaryrefslogtreecommitdiff
path: root/src/optional.cpp
AgeCommit message (Expand)Author
2017-02-05Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...Marshall Clow
2017-02-05Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow
2016-10-12Implement N4606 optionalEric Fiselier
2016-10-12Revert Add <optional>. Will recommit with better commit messageEric Fiselier
2016-10-12Add <optional> header.Eric Fiselier
2014-12-09Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow
2013-11-15Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow
2013-09-04Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d...Howard Hinnant
2013-09-02Implement N3672, optional<T>.Howard Hinnant