Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add all the relational operators to std::experimental::optional. Also update ↵ | Marshall Clow | 2014-12-09 | 1 | -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 Clow | 2013-11-15 | 1 | -3/+3 |
| | | | | | | namespace, since it's not part of C++14, but of an upcoming TS llvm-svn: 194867 | ||||
* | Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning ↵ | Howard Hinnant | 2013-09-04 | 1 | -2/+2 |
| | | | | | | during build. llvm-svn: 189949 | ||||
* | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 1 | -0/+25 |
llvm-svn: 189772 |