13#ifndef ATHCONTAINERS_ATHCONTAINERSPMRDICT_H
14#define ATHCONTAINERS_ATHCONTAINERSPMRDICT_H
21template class std::vector<char, std::pmr::polymorphic_allocator<char> >;
22template class std::vector<unsigned char, std::pmr::polymorphic_allocator<unsigned char> >;
23template class std::vector<short, std::pmr::polymorphic_allocator<short> >;
24template class std::vector<unsigned short, std::pmr::polymorphic_allocator<unsigned short> >;
25template class std::vector<int, std::pmr::polymorphic_allocator<int> >;
26template class std::vector<unsigned int, std::pmr::polymorphic_allocator<unsigned int> >;
27template class std::vector<float, std::pmr::polymorphic_allocator<float> >;
28template class std::vector<double, std::pmr::polymorphic_allocator<double> >;