]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/any
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / any
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-22  Jonathan Wakelylibstdc++: Constrain std::make_any [PR102894]
2021-10-21  Jonathan Wakelylibstdc++: Suppress Doxygen docs for more implementatio...
2021-10-05  Jonathan Wakelylibstdc++: Simplify constraints for std::any construction
2021-10-01  Jonathan Wakelylibstdc++: Add std::__conditional_t alias template
2021-07-27  Jonathan Wakelylibstdc++: Reduce header dependencies on <array> and...
2021-06-14  Jonathan Wakelylibstdc++: Fix std::any constraints [PR101034]
2021-06-04  Tim Adyelibstdc++: Optimize std::any_cast by replacing indirect...
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-01-04  Jakub JelinekUpdate copyright years.
2020-04-23  Jonathan Wakelylibstdc++: Fix constructor constraints for std::any...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-05-23  Jonathan WakelyMake any_cast compare typeinfo as well as function...
2019-04-24  Jonathan WakelyUse __and_v<...> instead of __and_<...>::value
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for array types
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for function pointers
2019-04-05  Jonathan WakelyPR libstdc++/87431 re-adjust never-valueless optimizations
2019-01-15  Jonathan WakelyFix missing or incorrect feature test macros
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.