Relative Content

Tag Archive for c++allocator

What should template constructor of allocator do

I’m learning allocators and I have found that MSVC demand of presence of template constructor for allocator (and g++ and clang do not), here is minimal example of code that triggers error: