summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/memory_resource
Commit message (Expand)AuthorAgeFilesLines
* Revert "[coroutines] Add std::experimental::task<T> type"Brian Gesiak2019-03-261-0/+8
* [coroutines] Add std::experimental::task<T> typeBrian Gesiak2019-03-261-8/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-4/+4
* Remove unused code from __functional_base. NFC.Eric Fiselier2018-06-061-2/+2
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-291-11/+11
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+5
* remove max_size() extension from polymorphic_allocator. It is unneededEric Fiselier2017-03-021-6/+6
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-251-4/+4
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-271-1/+1
* Add <experimental/memory_resource>Eric Fiselier2016-05-071-0/+422
OpenPOWER on IntegriCloud