|
|
|
|
|
by darkpore
4191 days ago
|
|
I guess that depends on your definition of 'easily' - you can provide custom allocator s fairly easily. What's more problematic are things like the memory usage patterns of std::vector and std::string. Once you know how they work you can avoid the pitfalls or use custom alternatives. |
|
[1] https://gcc.gnu.org/projects/cxx0x.html