diff --git a/Point_set_processing_3/include/CGAL/property_map.h b/Point_set_processing_3/include/CGAL/property_map.h index ad3c2b4ecf4..820e82e3621 100644 --- a/Point_set_processing_3/include/CGAL/property_map.h +++ b/Point_set_processing_3/include/CGAL/property_map.h @@ -179,7 +179,7 @@ struct Nth_of_tuple_property_map /// @commentheading Template Parameters: /// @param Iter Type convertible to key_type. template - reference operator[](Iter tuple) const { return (reference) tuple->get(); } + reference operator[](Iter tuple) const { return (reference) tuple->template get(); } }; /// Free function to create a Nth_of_tuple_property_map property map.