diff --git a/src/graph/graph.h b/src/graph/graph.h index 43c3c1e..816f608 100644 --- a/src/graph/graph.h +++ b/src/graph/graph.h @@ -918,7 +918,7 @@ namespace htps { if constexpr (has_static_from_json::value) { map.insert(key, (T::from_json(value))); } else { - map.insert(key, (value.get())); + map.insert(key, (value.template get())); } }