From f0a6c7eaec987ca175ca63ab40ea69805a41f51a Mon Sep 17 00:00:00 2001 From: yuxianch Date: Wed, 8 Sep 2021 14:34:39 +0800 Subject: [PATCH] Fix issue #110 by removing template declaration --- 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