summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/alloc_traits.h
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-211-1/+1
* libstdc++: Simplify std::allocator_traits<allocator<void>>::constructJonathan Wakely2022-01-051-7/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely2021-11-121-0/+2
* libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely2021-10-211-0/+4
* libstdc++: Fix std::allocator<void> for versioned namespaceJonathan Wakely2021-08-281-0/+104
* libstdc++: Fix Doxygen warningsJonathan Wakely2021-04-061-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely2020-11-101-0/+8
* libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely2020-04-301-4/+3
* libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely2020-04-281-1/+7
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Add inline to maybe-constexpr functions (PR 92927)Jonathan Wakely2019-12-201-3/+3
* libstdc++: Fix some -Wsystem-headers warningsJonathan Wakely2019-11-181-4/+5
* Fix compilation errors with ClangJonathan Wakely2019-10-291-7/+11
* PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely2019-10-231-42/+83
* Remove redundant std::allocator members for C++20Jonathan Wakely2019-10-221-7/+55
* PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely2019-02-261-0/+4
* PR libstdc++/89416 fix alloc insertable trait for clang (again)Jonathan Wakely2019-02-261-23/+21
* PR libstdc++/89416 fix accessibility of membersJonathan Wakely2019-02-241-1/+1
* PR libstdc++/89416 fix __is_move_insertable traitJonathan Wakely2019-02-211-22/+21
* PR libstdc++/89130 restore support for non-MoveConstructible typesJonathan Wakely2019-02-051-7/+22
* Fix after P0600.Ulrich Drepper2019-01-211-4/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Relocation (= move+destroy)Marc Glisse2018-10-251-0/+10
* Remove redundant #if conditionalJonathan Wakely2018-07-031-5/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely2017-06-071-0/+16
* PR72792 detect allocator pointer types without invalid rebindingJonathan Wakely2017-01-201-18/+37
* PR72792 PR72793 relax requirements on rebind membersJonathan Wakely2017-01-201-8/+9
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* allocator_traits<allocator<T>> partial specializationJonathan Wakely2016-01-111-1/+128
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alloc_traits.h: Add feature-test macro.Jonathan Wakely2015-08-131-0/+2
* alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2015-07-011-178/+82
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-261-3/+14
* alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely2015-05-131-1/+6
* * include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.Jonathan Wakely2015-05-011-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* alloc_traits.h (__alloc_rebind): Define alias template.Jonathan Wakely2014-06-251-0/+3
* alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum...Jonathan Wakely2014-01-291-86/+71
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely2013-11-141-18/+0
* alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept.Jonathan Wakely2013-06-081-1/+1
* memoryfwd.h: New.Benjamin Kosnik2013-03-081-3/+1
* PR libstdc++/55043 (again)Jonathan Wakely2013-01-161-6/+23
* re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely2013-01-161-1/+39
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-1/+1
* re PR libstdc++/53978 (Missing static const definitions in <bits/alloc_traits...Jonathan Wakely2012-07-161-1/+25
* ptr_traits.h (__rebind): Replace with...Jonathan Wakely2011-11-081-19/+4