diff --git a/VERSION b/VERSION index 44e4f563..995c5631 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=1.0.9 +VERSION=1.0.10 diff --git a/targets/cpp/runtime/mapterm.h b/targets/cpp/runtime/mapterm.h index d2528cec..9ce7a795 100644 --- a/targets/cpp/runtime/mapterm.h +++ b/targets/cpp/runtime/mapterm.h @@ -393,7 +393,7 @@ namespace tosca { } protected: - typedef std::unordered_map, std::equal_to, Allocator>> tsmap; + typedef std::unordered_map, std::equal_to, Allocator>> tsmap; tsmap map; @@ -403,7 +403,7 @@ namespace tosca { CMapTerm() : Ref(true), parent(Optional::nullopt) {} - CMapTerm(Context& ctx, CMapTerm& parent): map(10, std::hash(), std::equal_to(), Allocator>(ctx)), parent(make_optional(parent)) + CMapTerm(Context& ctx, CMapTerm& parent): map(10, std::hash(), std::equal_to(), Allocator>(ctx)), parent(make_optional(parent)) {} /* Compact linked maps */