summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/uses_allocator.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-12-19libstdc++: Implement C++23 <flat_map> (P0429R9)Patrick Palka
2024-01-03Update copyright years.Jakub Jelinek
2023-08-09libstdc++: Fix some -Wunused-parameter warningsJonathan Wakely
2023-04-28libstdc++: Minor fixes to doxygen commentsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-10-21libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-17Repair the <tuple> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland
2019-02-14DR 2586 fix value category in uses-allocator checksJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-08-15Refactor uses-allocator constructionJonathan Wakely
2018-07-24Reorder conditions in uses-allocator construction helperJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-07-06Prevent __uses_alloc from holding dangling referencesJonathan Wakely
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler
2017-01-01Update copyright years.Jakub Jelinek
2016-10-18Don't define uses-allocator variable templates in C++11Jonathan Wakely
2016-09-22Always qualify std::forward in <variant>Jonathan Wakely
2016-08-18Implement <variant>Tim Shen
2016-07-31Add missing variable traits, fix testsuite failures.Ville Voutilainen
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill
2016-04-13Adjust for new empty class parameter passing ABI.Jonathan Wakely
2016-01-15Use static assertion for uses-allocator constructionJonathan Wakely
2016-01-08Add missing include for std::__addressofJonathan Wakely
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-13Implement C++ LFTSv1 polymorphic memory resourcesFan You
2015-11-11LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen
2015-01-05Update copyright years.Jakub Jelinek
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely
2014-06-01uses_allocator.h (__uses_allocator_helper): Simplify.Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely