mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
[index] Remove unneeded template keyword from member function call
This commit is contained in:
@@ -175,7 +175,7 @@ struct create_node<
|
||||
return create_static_node<
|
||||
typename Allocators::node_pointer,
|
||||
static_internal_node<Value, Parameters, Box, Allocators, node_s_mem_static_tag>
|
||||
>::template apply(allocators.node_allocator());
|
||||
>::apply(allocators.node_allocator());
|
||||
}
|
||||
};
|
||||
|
||||
@@ -191,7 +191,7 @@ struct create_node<
|
||||
return create_static_node<
|
||||
typename Allocators::node_pointer,
|
||||
static_leaf<Value, Parameters, Box, Allocators, node_s_mem_static_tag>
|
||||
>::template apply(allocators.node_allocator());
|
||||
>::apply(allocators.node_allocator());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user