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