Skip to content

Commit

Permalink
Merge pull request #1 from yuxianch/yuxian-fix-issue110
Browse files Browse the repository at this point in the history
Fix issue 110: Remove unneeded declaration for MSC
  • Loading branch information
yuxianch authored Aug 28, 2020
2 parents 72e2a44 + f5a879c commit 12e122b
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 12e122b

Please sign in to comment.