summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/any
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Simplify constraints for std::any construction [PR104242]Jonathan Wakely2022-03-181-2/+2
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Constrain std::make_any [PR102894]Jonathan Wakely2021-10-221-4/+9
* libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely2021-10-211-1/+7
* libstdc++: Simplify constraints for std::any constructionJonathan Wakely2021-10-051-2/+2
* libstdc++: Add std::__conditional_t alias templateJonathan Wakely2021-10-011-3/+3
* libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely2021-07-271-1/+2
* libstdc++: Fix std::any constraints [PR101034]Jonathan Wakely2021-06-141-2/+2
* libstdc++: Optimize std::any_cast by replacing indirect callTim Adye2021-06-041-9/+17
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-2/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely2020-04-241-64/+51
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Make any_cast compare typeinfo as well as function pointersJonathan Wakely2019-05-231-2/+8
* Use __and_v<...> instead of __and_<...>::valueJonathan Wakely2019-04-241-3/+3
* PR libstdc++/90220 Fix std::any_cast for array typesJonathan Wakely2019-04-241-7/+15
* PR libstdc++/90220 Fix std::any_cast for function pointersJonathan Wakely2019-04-241-4/+6
* PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely2019-04-051-2/+13
* Fix missing or incorrect feature test macrosJonathan Wakely2019-01-151-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Define std::remove_cvref and std::remove_cvref_t for C++2aJonathan Wakely2018-05-031-3/+3
* Implement the missing bits of LWG 2769Ville Voutilainen2018-02-271-23/+13
* PR libstdc++/83658 fix exception-safety in std::any::emplaceJonathan Wakely2018-01-291-8/+7
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely2017-09-121-3/+3
* Implement LWG 2857, {variant,optional,any}::emplace should return the constru...Ville Voutilainen2017-03-161-2/+8
* PR69321 fix any_cast<T>(any*) for non-copyable TJonathan Wakely2017-01-201-5/+10
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen2016-12-161-8/+10
* Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).Ville Voutilainen2016-11-141-4/+4
* Use constexpr addressof in optional, SFINAE housekeeping for any, optional an...Ville Voutilainen2016-11-141-23/+44
* Make any's copy assignment operator exception-safe,Ville Voutilainen2016-10-111-14/+7
* Implement LWG 2744 and LWG 2754.Ville Voutilainen2016-08-151-10/+15
* Fix the constraints for any's assignment operator template to properlyVille Voutilainen2016-07-151-3/+3
* Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen2016-07-141-32/+110
* Implement std::any.Ville Voutilainen2016-07-071-0/+523