From 49789ef3bb213c1cc7b9bf161cb807cdc56d299d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 26 Jun 2018 14:28:50 +0200 Subject: [PATCH] Fixed namespace --- .../include/CGAL/_test_interpolation_functions_2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interpolation/test/Interpolation/include/CGAL/_test_interpolation_functions_2.cpp b/Interpolation/test/Interpolation/include/CGAL/_test_interpolation_functions_2.cpp index 1d245501276..476ad7fcaed 100644 --- a/Interpolation/test/Interpolation/include/CGAL/_test_interpolation_functions_2.cpp +++ b/Interpolation/test/Interpolation/include/CGAL/_test_interpolation_functions_2.cpp @@ -88,7 +88,7 @@ private: template struct Gradient_function - : public CGAL::iterator + : public CGAL::cpp98::iterator { typedef V argument_type;