summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/optional/optional.comp_with_t
Commit message (Expand)AuthorAgeFilesLines
* Move the optional tests into test/experimental. They were put into test/utili...Marshall Clow2014-12-096-360/+0
* Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow2014-12-096-20/+261
* Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-152-4/+8
* Apparently, I don't know the difference between 'left' and 'right'. Swap para...Marshall Clow2013-10-072-4/+4
* Add tests making sure that optional<T>s can be compared at compile time; this...Marshall Clow2013-10-052-25/+26
* Implement N3672, optional<T>.Howard Hinnant2013-09-022-0/+114
OpenPOWER on IntegriCloud