summaryrefslogtreecommitdiff
path: root/include/scoped_allocator
AgeCommit message (Expand)Author
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-14[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...Eric Fiselier
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2015-10-25Fix LWG#2476: scoped_allocator_adaptor is not assignableMarshall Clow
2015-06-03Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow
2015-06-02Fix breakage that I introduced in r238848Marshall Clow
2015-06-02Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-28noexcept for <scoped_allocator>.Howard Hinnant
2011-05-17Fix ambiguity in operator== of scoped_allocator_adaptor.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-19US 107Howard Hinnant