moya-lang / Allocator

Ultra fast C++11 allocator for STL containers.
BSD 2-Clause "Simplified" License
270 stars 25 forks source link

Is std::unordered_map supported? #14

Closed ArthoPacini closed 3 years ago

ArthoPacini commented 3 years ago

It always gives a compile error

example: https://godbolt.org/z/b7e1WaWdK

moya-mmoczala commented 3 years ago

Nope, only containers mentioned in the readme are supported.