From f5a879c8d5e7c2fab48ddbb2d7993c43ad464aac Mon Sep 17 00:00:00 2001 From: yuxian <54306582+yuxianch@users.noreply.github.com> Date: Fri, 28 Aug 2020 09:11:44 +0800 Subject: [PATCH] Fix issue 110: Remove unneeded declaration for MSC Declaration "template ::boost::counting_iterator;" is not needed on Windows. The declaration is also not acceptible with latest clang-cl compiler. --- test/algorithm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/algorithm.cpp b/test/algorithm.cpp index 024e40434..1b170325c 100644 --- a/test/algorithm.cpp +++ b/test/algorithm.cpp @@ -30,7 +30,6 @@ #endif #include #ifdef _MSC_VER - template ::boost::counting_iterator; #pragma warning(pop) #endif