diff --git a/include/fintamath/parser/Parser.hpp b/include/fintamath/parser/Parser.hpp index 6997e82d3..fd7b09f2f 100644 --- a/include/fintamath/parser/Parser.hpp +++ b/include/fintamath/parser/Parser.hpp @@ -21,7 +21,7 @@ class Parser { using Comparator = std::function; template - using Map = std::multimap>; + using Map = std::unordered_multimap>; template using Vector = std::vector>;