Skip to content

Commit

Permalink
Fix issue boostorg#110 by removing template declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxianch committed Sep 8, 2021
1 parent 88c6199 commit f0a6c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/algorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#endif
#include <boost/iterator/counting_iterator.hpp>
#ifdef _MSC_VER
template ::boost::counting_iterator<int>;
#pragma warning(pop)
#endif

Expand Down

0 comments on commit f0a6c7e

Please sign in to comment.