boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Fix issue 110: Remove unneeded declaration for MSC #111

Open yuxianch opened 3 years ago

yuxianch commented 3 years ago

Declaration "template ::boost::counting_iterator;" is not needed on Windows. The declaration is also not acceptible with latest clang-cl compiler.