diff --git a/Property_map/include/CGAL/Dynamic_property_map.h b/Property_map/include/CGAL/Dynamic_property_map.h index c9d5df75ad6..430ead1a8e2 100644 --- a/Property_map/include/CGAL/Dynamic_property_map.h +++ b/Property_map/include/CGAL/Dynamic_property_map.h @@ -278,9 +278,10 @@ template ; + using pmap_traits = typename Dynamic_property_tag::template property_map; + using descriptor = typename pmap_traits::descriptor; + using value_type = typename Dynamic_property_tag::value_type; + using Property_map = internal::Dynamic_property_map; return Property_map(std::forward(default_value_args)...); }