Allocator Basics¶
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.