summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/optional/optional.object/optional.object.assign
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-016-636/+0
* Protect std::experimental::optional tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-074-10/+22
* Avoid compile error by giving the test type a user defined default constructorEric Fiselier2016-09-071-1/+1
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-075-0/+54
* Fix std::experimental::optional tests. Patch from Casey Carter.Eric Fiselier2016-07-171-1/+1
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-286-36/+6
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+596
OpenPOWER on IntegriCloud