From d7224e5f66e45d3d6d4fc21806e4399478fa1196 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Sun, 24 May 2020 11:08:44 +0200 Subject: [PATCH] Weirdo constructor --- Interpolation/include/CGAL/interpolation_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interpolation/include/CGAL/interpolation_functions.h b/Interpolation/include/CGAL/interpolation_functions.h index 58780776458..0c672580504 100644 --- a/Interpolation/include/CGAL/interpolation_functions.h +++ b/Interpolation/include/CGAL/interpolation_functions.h @@ -34,7 +34,7 @@ struct Data_access typedef typename Map::mapped_type Data_type; typedef typename Map::key_type Key_type; - Data_access(const Map& m): map(m){} + Data_access(const Map& m): map(m){} std::pair< Data_type, bool> operator()(const Key_type& p) const