summaryrefslogtreecommitdiffstats
path: root/libcxx/include/scoped_allocator
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-261-4/+4
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-1/+1
* [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...Eric Fiselier2016-12-141-4/+83
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-2/+2
* Fix LWG#2476: scoped_allocator_adaptor is not assignableMarshall Clow2015-10-251-0/+4
* Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow2015-06-031-1/+1
* Fix breakage that I introduced in r238848Marshall Clow2015-06-021-3/+11
* Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow2015-06-021-0/+14
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-1/+1
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-1/+1
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-14/+14
* noexcept for <scoped_allocator>.Howard Hinnant2011-05-281-48/+51
* Fix ambiguity in operator== of scoped_allocator_adaptor.Howard Hinnant2011-05-171-3/+3
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-8/+48
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+3
* US 107Howard Hinnant2010-08-191-0/+533
OpenPOWER on IntegriCloud