.. ot-topic:: cxx03.stl.allocator.basics .. include:: Allocator Basics ================ .. contents:: :local: .. raw:: html * allocators are handles to heaps (memory_resource?) * handle can be copied * heaps may not * somebody (screwed standard implementation maybe?) does move a heap. standard says that in this case move semantics must do a copy. gosh this is crap.