Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe... | Marshall Clow | 2017-02-05 | 1 | -2/+2 |
* | Change the base class of std::bad_optional_access. This is a (subtle) ABI ch... | Marshall Clow | 2017-02-05 | 1 | -2/+6 |
* | Implement N4606 optional | Eric Fiselier | 2016-10-12 | 1 | -6/+6 |
* | Revert Add <optional>. Will recommit with better commit message | Eric Fiselier | 2016-10-12 | 1 | -6/+6 |
* | Add <optional> header. | Eric Fiselier | 2016-10-12 | 1 | -6/+6 |
* | Add all the relational operators to std::experimental::optional. Also update ... | Marshall Clow | 2014-12-09 | 1 | -3/+2 |
* | Move <optional> into include/experimental, and into the std::experimental nam... | Marshall Clow | 2013-11-15 | 1 | -3/+3 |
* | Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d... | Howard Hinnant | 2013-09-04 | 1 | -2/+2 |
* | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 1 | -0/+25 |