]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/any
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / any
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-03  Jonathan WakelyDefine std::remove_cvref and std::remove_cvref_t for...
2018-02-27  Ville VoutilainenImplement the missing bits of LWG 2769
2018-01-29  Jonathan WakelyPR libstdc++/83658 fix exception-safety in std::any...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-09-12  Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-03-15  Ville VoutilainenImplement LWG 2857, {variant,optional,any}::emplace...
2017-01-20  Jonathan WakelyPR69321 fix any_cast<T>(any*) for non-copyable T
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-16  Ville VoutilainenImplement LWG 2769, Redundant const in the return type...
2016-11-14  Ville VoutilainenImplement P0504R0 (Revisiting in-place tag types for...
2016-11-14  Ville VoutilainenUse constexpr addressof in optional, SFINAE housekeepin...
2016-10-10  Ville VoutilainenMake any's copy assignment operator exception-safe,
2016-08-15  Ville VoutilainenImplement LWG 2744 and LWG 2754.
2016-07-15  Ville VoutilainenFix the constraints for any's assignment operator templ...
2016-07-14  Ville VoutilainenImplement P0032R3, Homogeneous interface for variant...
2016-07-06  Ville VoutilainenImplement std::any.