From 1b396bc483e27183aff363f74a63213b88ab0ba5 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 8 May 2018 08:55:15 +0100 Subject: [PATCH] Remove typename in non-template code --- Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp b/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp index 6822620246a..5123829ce97 100644 --- a/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp +++ b/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp @@ -113,7 +113,7 @@ public: domain_.get_corners(std::back_inserter(corners)); assert(corners.size() == 4); - typename Corners_vector::const_iterator cit = corners.begin(), end = corners.end(); + Corners_vector::const_iterator cit = corners.begin(), end = corners.end(); for(; cit!=end; ++cit) { if(cit->second == p3_)