Argonne-National-Laboratory/neml

implicit instantiation of undefined template 'std::__1::hash<neml::StorageType>'

Closed this issue · 0 comments

Looks like using an enum as an unordered_map index is not fully portable. This can be mitigated by passing an int hasher (std::hash<int>) as a third template argument to the unordered map type.