aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/scoped_allocator
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-3/+3
2023-08-09libstdc++: Fix some -Wmismatched-tags warningsJonathan Wakely1-2/+2
2023-08-09libstdc++: Fix some -Wunused-parameter warningsJonathan Wakely1-2/+2
2023-05-31libstdc++: Add missing noexcept to std::scoped_allocator_adaptorJonathan Wakely1-19/+26
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-05-13libstdc++: Improve doxygen docs for some of <memory>Jonathan Wakely1-1/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-01libstdc++: Improve Doxygen documentation groups [PR 101258]Jonathan Wakely1-4/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely1-9/+12
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-02Improve API docs for <memory> and <scoped_allocator>Jonathan Wakely1-1/+9
2019-04-25PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator>Jonathan Wakely1-0/+21
2019-01-21Fix after P0600.Ulrich Drepper1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-15Refactor uses-allocator constructionJonathan Wakely1-3/+3
2018-06-18LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairsJonathan Wakely1-7/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-14Avoid copies in std::scoped_allocator_adaptor piecewise constructionJonathan Wakely1-16/+19
2016-10-06Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely1-18/+34
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-26/+26
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely1-3/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-36/+22
2015-03-02re PR libstdc++/65279 (std::scoped_allocator_adaptor is not assignable)Jonathan Wakely1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely1-0/+2
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-10-20* include/std/scoped_allocator: Avoid badname.Jonathan Wakely1-10/+10
2012-10-19scoped_allocator (__outermost_alloc_traits): Define.Jonathan Wakely1-20/+94
2012-04-25scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to vara...Jonathan Wakely1-4/+4
2011-11-08ptr_traits.h (__rebind): Replace with...Jonathan Wakely1-2/+1
2011-09-10tuple: Use everywhere std::size_t...Paolo Carlini1-1/+1
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik1-62/+77
2011-07-09Makefile.am: Add new header.Jonathan Wakely1-0/+373