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