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 | 6 | -360/+0 |
* | Add all the relational operators to std::experimental::optional. Also update ... | Marshall Clow | 2014-12-09 | 6 | -20/+261 |
* | Move <optional> into include/experimental, and into the std::experimental nam... | Marshall Clow | 2013-11-15 | 2 | -4/+8 |
* | Apparently, I don't know the difference between 'left' and 'right'. Swap para... | Marshall Clow | 2013-10-07 | 2 | -4/+4 |
* | Add tests making sure that optional<T>s can be compared at compile time; this... | Marshall Clow | 2013-10-05 | 2 | -25/+26 |
* | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 2 | -0/+114 |