Add a convenience default template parameter

This commit is contained in:
Mael Rouxel-Labbé 2019-08-26 13:01:10 +02:00
parent cf35771337
commit 14e33d62ec
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ namespace CGAL {
namespace Polygon_mesh_processing
{
template<typename PolygonMesh, typename NamedParameters>
template<typename PolygonMesh,
typename NamedParameters = Named_function_parameters<bool, internal_np::all_default_t> >
class GetVertexPointMap
{
typedef typename property_map_selector<PolygonMesh, boost::vertex_point_t>::const_type