Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the optional tests into test/experimental. They were put into test/utili... | Marshall Clow | 2014-12-09 | 1 | -75/+0 |
* | Add all the relational operators to std::experimental::optional. Also update ... | Marshall Clow | 2014-12-09 | 1 | -8/+8 |
* | Move <optional> into include/experimental, and into the std::experimental nam... | Marshall Clow | 2013-11-15 | 1 | -2/+4 |
* | Apparently, I don't know the difference between 'left' and 'right'. Swap para... | Marshall Clow | 2013-10-07 | 1 | -2/+2 |
* | Add tests making sure that optional<T>s can be compared at compile time; this... | Marshall Clow | 2013-10-05 | 1 | -15/+2 |
* | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 1 | -0/+86 |