Hi everybody, I have a simple question. I'm using G++ 4.5 and try to provide a custom allocator to a std::set but I can't get my code to compile.
Everything works fine with sequential containers (vector, list... ) but doesn't work for maps and sets.
The problem is that I can't even get this code to compile: