mirror of https://github.com/CGAL/cgal
Unused parameter in release mode.
This commit is contained in:
parent
86e7b3f928
commit
f64f7fbf1a
|
|
@ -83,7 +83,8 @@ namespace CGAL {
|
|||
|
||||
template <class InputIterator>
|
||||
Weighted_Minkowski_distance (FT pow, int dim,
|
||||
InputIterator begin, InputIterator end,
|
||||
InputIterator begin,
|
||||
InputIterator CGAL_assertion_code(end),
|
||||
const SearchTraits& traits_=SearchTraits())
|
||||
: traits(traits_),power(pow)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue