diff --git a/include/sta/Map.hh b/include/sta/Map.hh index b472d0ee..bfcb6455 100644 --- a/include/sta/Map.hh +++ b/include/sta/Map.hh @@ -30,7 +30,7 @@ namespace sta { // Add convenience functions around STL container. -template > +template > class Map : public std::map { public: diff --git a/include/sta/UnorderedMap.hh b/include/sta/UnorderedMap.hh index 0c292d8c..316a254f 100644 --- a/include/sta/UnorderedMap.hh +++ b/include/sta/UnorderedMap.hh @@ -30,7 +30,7 @@ namespace sta { // Add convenience functions around STL container. -template , class EQUAL = std::equal_to > +template , class EQUAL = std::equal_to> class UnorderedMap : public std::unordered_map { public: