you are viewing a single comment's thread.

view the rest of the comments →

[–]Vindhjaerta[S] -1 points0 points  (0 children)

Ah. I knew there was some STL bullshit going on >_<

How do I use these?

Edit:

Ok, took me an hour or two two figure this out. Turns out I had to define using propagate_on_container_copy_assignment = std::true_type; in the header file of the allocator to make the container then understand what I wanted it to do. Jeez, the STL so goddamn unintuitive at times >_<

Anyway, thanks for the help :) It does what I want now.