summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional
Commit message (Expand)AuthorAgeFilesLines
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+3
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-02-052-2/+2
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-051-5/+0
* Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow2017-02-051-3/+3
* Mark LWG2736 as complete. No code changes, but we have more tests nowMarshall Clow2017-01-242-3/+35
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-212-0/+47
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+1
* [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-061-2/+2
* Add more tests for optional<const T>Eric Fiselier2016-10-286-0/+29
* Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-10-233-3/+3
* Fix shadowing warning. Patch from STL@microsoft.comEric Fiselier2016-10-231-1/+1
* Update status for std::optional LWG issues and fix an optional SFINAE bugEric Fiselier2016-10-161-0/+12
* Implement N4606 optionalEric Fiselier2016-10-1272-0/+6356
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-1272-6346/+0
* Add <optional> header.Eric Fiselier2016-10-1272-0/+6346
OpenPOWER on IntegriCloud