So I recently learned of the make_heap function. Thinking. Oh, that is a nice way of creating multiple heaps which can be used as a memory resource for new.
But after reading more about make_heap it is something completly different from the normal heap.
What is the reasoning behind these naming conventions? Because AFAIK they are something completly different.