Skip to content

AthAllocators: const fix

Fix for instantiating STL allocators with a const type. Otherwise, we end up with a duplicate member because reference and const_reference are the same.

Merge request reports