We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1634d1 commit e28e16bCopy full SHA for e28e16b
1 file changed
include/hgl/hypergraph.hpp
@@ -21,7 +21,8 @@ class hypergraph final {
21
using traits_type = HypergraphTraits;
22
using directional_tag = typename traits_type::directional_tag;
23
using implementation_tag = typename traits_type::implementation_tag;
24
- using implementation_type = typename implementation_tag::implementation_type<directional_tag>;
+ using implementation_type =
25
+ typename implementation_tag::template implementation_type<directional_tag>;
26
27
using vertex_type = typename traits_type::vertex_type;
28
using vertex_properties_type = typename traits_type::vertex_properties_type;
0 commit comments