summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/optional
Commit message (Expand)AuthorAgeFilesLines
* Move the optional tests into test/experimental. They were put into test/utili...Marshall Clow2014-12-0967-4418/+0
* Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow2014-12-0922-159/+742
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-184-8/+8
* Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-1557-397/+509
* Apparently, I don't know the difference between 'left' and 'right'. Swap para...Marshall Clow2013-10-074-8/+8
* Add tests making sure that optional<T>s can be compared at compile time; this...Marshall Clow2013-10-054-41/+43
* Eradicate tabsMarshall Clow2013-09-032-6/+6
* Implement N3672, optional<T>.Howard Hinnant2013-09-0259-0/+3721
OpenPOWER on IntegriCloud