summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/optional/constexpr
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1616-16/+16
* Update copyright years.Jakub Jelinek2022-01-0316-16/+16
* libstdc++: Add missing constexpr to std::optional (P2231R1)Jonathan Wakely2021-10-144-0/+164
* libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant testsJonathan Wakely2021-05-1016-16/+0
* Update copyright years.Jakub Jelinek2021-01-0416-16/+16
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-313-0/+3
* PR libstdc++/95915Ville Voutilainen2020-06-291-1/+1
* Update copyright years.Jakub Jelinek2020-01-0116-16/+16
* Add constexpr to std::optional::value_or(U&&)&&Jonathan Wakely2019-04-171-3/+35
* Update copyright years.Jakub Jelinek2019-01-0116-16/+16
* Housekeeping for the effective targets of optional's tests.Ville Voutilainen2018-11-2013-13/+13
* Update copyright years.Jakub Jelinek2018-01-0316-16/+16
* Implement LWG 2900, The copy and move constructors of optional are not conste...Ville Voutilainen2017-03-291-0/+17
* Update copyright years.Jakub Jelinek2017-01-0116-16/+16
* Fix find&replace error in license boilerplateJonathan Wakely2016-11-1513-13/+13
* Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen2016-07-141-3/+0
* Implement P0307R2, Making Optional Greater Equal Again.Ville Voutilainen2016-07-132-0/+24
* Implement std::optional.Ville Voutilainen2016-07-1016-0/+971