From 9778973252a1a89620152b0c6ab8051197cfca62 Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Mon, 14 Sep 2015 11:18:14 +0200 Subject: [PATCH] Too much templates will kill you --- .../Triangulation/Concepts/RegularTriangulationTraits.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Triangulation/doc/Triangulation/Concepts/RegularTriangulationTraits.h b/Triangulation/doc/Triangulation/Concepts/RegularTriangulationTraits.h index 46a700570c7..d7e503daa24 100644 --- a/Triangulation/doc/Triangulation/Concepts/RegularTriangulationTraits.h +++ b/Triangulation/doc/Triangulation/Concepts/RegularTriangulationTraits.h @@ -35,15 +35,15 @@ The un-weighted point type. typedef unspecified_type Bare_point; /*! -A predicate object that must provide the templated operator -`template Bare_point operator()(const Weighted_point & wp)`, returning +A predicate object that must provide the operator +`Bare_point operator()(const Weighted_point & wp)`, returning `wp` without its weight. */ typedef unspecified_type Point_drop_weight_d; /*! -A predicate object that must provide the templated operator -`template FT operator()(const Weighted_point & wp)`, returning +A predicate object that must provide the operator +`FT operator()(const Weighted_point & wp)`, returning the weight of `wp`. */ typedef unspecified_type Point_weight_d;