]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/optional
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / optional
2020-01-01  Jakub JelinekUpdate copyright years.
2019-06-06  Jonathan WakelyAvoid unnecessary inclusion of <stdexcept> header
2019-05-02  Jonathan WakelyRemove redundant __constexpr_addressof function
2019-04-17  Jonathan WakelyAdd constexpr to std::optional::value_or(U&&)&&
2019-01-15  Jonathan WakelyFix missing or incorrect feature test macros
2019-01-09  Jonathan WakelyRemove some more code duplication in std::optional
2019-01-08  Jonathan WakelyPR libstdc++/87855 fix optional for types with non...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-19  Ville Voutilainenre PR libstdc++/87855 (std::optional<T> only copy-const...
2018-08-20  Jonathan WakelyRefactor std::optional SFINAE constraints
2018-05-04  Jonathan WakelyPR libstdc++/85642 fix is_nothrow_default_constructible...
2018-03-06  Ville Voutilainenre PR libstdc++/84601 (std::optional<std::pair<int...
2018-01-15  Ville VoutilainenMake optional conditionally trivially_{copy,move}_...
2018-01-03  Ville VoutilainenProtect optional's deduction guide with the feature...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-09-20  Jonathan WakelyDeprecate nested types in std::hash
2017-09-20  Jonathan WakelyPR libstdc++/82262 fix std::hash<std::optional<const T>>
2017-09-12  Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-05-16  Marc Glisseoptional (_Optional_base::_M_get): Check precondition.
2017-05-08  Jonathan WakelyTweak static assertions in std::optional
2017-03-28  Ville VoutilainenImplement LWG 2900, The copy and move constructors...
2017-03-23  Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-15  Ville VoutilainenImplement LWG 2857, {variant,optional,any}::emplace...
2017-03-13  Ville VoutilainenImplement LWG 2806, Base class of bad_optional_access.
2017-03-12  Ville VoutilainenImplement LWG 2934, optional<const T> doesn't compare...
2017-01-30  Ville VoutilainenImplement LWG 2825, LWG 2756 breaks class template...
2017-01-21  Ville VoutilainenMake poisoned hashes SFINAE away the call operator...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-29  Ville VoutilainenImplement LWG 2842, in_place_t check for optional:...
2016-12-08  Jonathan WakelyDelete std::swap for debug mode array
2016-12-01  Ville VoutilainenImplement LWG 2766,
2016-11-15  Jonathan WakelyConstrain swap overload for std::optional (LWG 2748)
2016-11-14  Ville VoutilainenImplement P0513R0, Poisoning the Hash.
2016-11-14  Ville VoutilainenUse constexpr addressof in optional, SFINAE housekeepin...
2016-10-20  Ville VoutilainenDo the operator= SFINAE in the return type for optional,
2016-09-29  Ville VoutilainenMake optional::reset noexcept, make optional::value...
2016-09-26  Ville Voutilainenre PR libstdc++/77727 (Unwrapping std::optional constru...
2016-09-21  Ville Voutilainenre PR libstdc++/77288 (Std::experimental::optional...
2016-08-18  Ville VoutilainenImplement the latest proposed resolution of LWG 2756.
2016-07-18  Ville VoutilainenClean up optional's comments.
2016-07-14  Ville VoutilainenImplement P0032R3, Homogeneous interface for variant...
2016-07-13  Ville VoutilainenImplement P0307R2, Making Optional Greater Equal Again.
2016-07-10  Ville VoutilainenImplement std::optional.