Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Oohhhhhhh... so there's a scoped_allocator_adaptor specifically for this purpose? I guess that means I can't just blindly copy them. :( +1 awesome answer, thanks! Commented Jul 28, 2012 at 18:49
  • 1
    @Mehrdad: The scoped thing is for situations where you have containers of containers and you want your custom allocator to be used everywhere all the way down. Commented Jul 28, 2012 at 18:50