From 9c4613f9342b290236986383be452c7f231ffa35 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 28 Mar 2017 15:25:17 -0700 Subject: [PATCH] remove explicit instantiation of 'image_view >' that occurs after an explicit specialization has no effect [-Winstantiation-after-specialization] (clang 4.x) --- src/image_view.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/image_view.cpp b/src/image_view.cpp index 44e4d7716..54028bff1 100644 --- a/src/image_view.cpp +++ b/src/image_view.cpp @@ -29,7 +29,6 @@ namespace mapnik { -template class MAPNIK_DECL image_view; template class MAPNIK_DECL image_view; template class MAPNIK_DECL image_view; template class MAPNIK_DECL image_view;