summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/scoped_allocator
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix some freestanding test failuresArsen Arsenović2023-04-051-0/+1
* libstdc++: Fix uses_allocator_construction_args for pair<T&&, U&&> [PR108952]Jonathan Wakely2023-02-281-0/+23
* Update copyright years.Jakub Jelinek2023-01-1613-13/+13
* libstdc++: Diagnose broken allocator rebind membersJonathan Wakely2022-12-161-0/+8
* libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2022-10-035-0/+9
* Update copyright years.Jakub Jelinek2022-01-0313-13/+13
* libstdc++: Remove bogus dg-error for effective-target c++20Jonathan Wakely2021-12-091-4/+0
* libstdc++: Adjust expected errors in tests when compiled as C++20Jonathan Wakely2021-05-101-0/+1
* Update copyright years.Jakub Jelinek2021-01-0413-13/+13
* Update copyright years.Jakub Jelinek2020-01-0113-13/+13
* PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely2019-10-231-0/+3
* Tweak C++2a uses-allocator construction utilitiesJonathan Wakely2019-04-261-0/+2
* PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator>Jonathan Wakely2019-04-251-0/+97
* DR 2586 fix value category in uses-allocator checksJonathan Wakely2019-02-142-1/+35
* Update copyright years.Jakub Jelinek2019-01-0111-11/+11
* re PR c++/87386 (Error message for static_assert show wrong range)Jakub Jelinek2018-11-211-1/+1
* Fix tests that use allocators with incorrect value typesJonathan Wakely2018-10-191-5/+5
* Reorder conditions in uses-allocator construction helperJonathan Wakely2018-07-241-1/+1
* LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairsJonathan Wakely2018-06-181-0/+28
* Update copyright years.Jakub Jelinek2018-01-0311-11/+11
* Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler2017-03-231-1/+1
* Update copyright years.Jakub Jelinek2017-01-0111-11/+11
* Avoid copies in std::scoped_allocator_adaptor piecewise constructionJonathan Wakely2016-10-141-0/+81
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-122-10/+0
* Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely2016-10-062-0/+157
* Use effective-target instead of -std optionsJonathan Wakely2016-08-268-15/+8
* Revert empty class parameter passing ABI changes.Jason Merrill2016-04-141-1/+1
* Adjust for new empty class parameter passing ABI.Jonathan Wakely2016-04-131-1/+1
* Use static assertion for uses-allocator constructionJonathan Wakely2016-01-151-0/+51
* Use std::addressof in insert iterators, allocators and promisesJonathan Wakely2016-01-071-0/+50
* Update copyright years.Jakub Jelinek2016-01-046-6/+6
* alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2015-07-011-0/+4
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-261-3/+3
* re PR libstdc++/65279 (std::scoped_allocator_adaptor is not assignable)Jonathan Wakely2015-03-021-0/+54
* Update copyright years.Jakub Jelinek2015-01-055-5/+5
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-165-5/+5
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-025-5/+5
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-035-5/+5
* scoped_allocator (__outermost_alloc_traits): Define.Jonathan Wakely2012-10-191-0/+308
* scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to vara...Jonathan Wakely2012-04-251-7/+11
* Makefile.am: Add new header.Jonathan Wakely2011-07-094-0/+318