aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/alloc_traits.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-28libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>Jonathan Wakely1-0/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-4/+0
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-7/+4
2023-08-09libstdc++: Fix some -Wunused-parameter warningsJonathan Wakely1-1/+2
2023-07-04libstdc++: Qualify calls to std::_Destroy and _Destroy_auxJonathan Wakely1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-16libstdc++: Diagnose broken allocator rebind membersJonathan Wakely1-2/+15
2022-11-08libstdc++: Add always_inline to most allocator functionsJonathan Wakely1-9/+31
2022-09-24libstdc++: Simplify detection idiom using conceptsJonathan Wakely1-2/+2
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely1-1/+12
2022-09-16libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>Jonathan Wakely1-0/+48
2022-05-13libstdc++: Improve doxygen docs for std::allocatorJonathan Wakely1-0/+5
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-1/+1
2022-01-05libstdc++: Simplify std::allocator_traits<allocator<void>>::constructJonathan Wakely1-7/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-12libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely1-0/+2
2021-10-21libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely1-0/+4
2021-08-28libstdc++: Fix std::allocator<void> for versioned namespaceJonathan Wakely1-0/+104
2021-04-06libstdc++: Fix Doxygen warningsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely1-0/+8
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely1-4/+3
2020-04-28libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely1-1/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20libstdc++: Add inline to maybe-constexpr functions (PR 92927)Jonathan Wakely1-3/+3
2019-11-18libstdc++: Fix some -Wsystem-headers warningsJonathan Wakely1-4/+5
2019-10-29Fix compilation errors with ClangJonathan Wakely1-7/+11
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely1-42/+83
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely1-7/+55
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely1-0/+4
2019-02-26PR libstdc++/89416 fix alloc insertable trait for clang (again)Jonathan Wakely1-23/+21
2019-02-24PR libstdc++/89416 fix accessibility of membersJonathan Wakely1-1/+1
2019-02-21PR libstdc++/89416 fix __is_move_insertable traitJonathan Wakely1-22/+21
2019-02-05PR libstdc++/89130 restore support for non-MoveConstructible typesJonathan Wakely1-7/+22
2019-01-21Fix after P0600.Ulrich Drepper1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-25Relocation (= move+destroy)Marc Glisse1-0/+10
2018-07-03Remove redundant #if conditionalJonathan Wakely1-5/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-07Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely1-0/+16
2017-01-20PR72792 detect allocator pointer types without invalid rebindingJonathan Wakely1-18/+37
2017-01-20PR72792 PR72793 relax requirements on rebind membersJonathan Wakely1-8/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-11allocator_traits<allocator<T>> partial specializationJonathan Wakely1-1/+128
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-13alloc_traits.h: Add feature-test macro.Jonathan Wakely1-0/+2
2015-07-01alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely1-178/+82
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-3/+14
2015-05-13alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely1-1/+6