ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.05k stars 437 forks source link

Fix include guard name #1777

Closed Smertig closed 1 year ago

Smertig commented 1 year ago

RANGES_V3_ITERATOR_HPP include guard name is used both by range/v3/iterator.hpp and range/v3/utility.hpp. This can lead to non-obvious bugs when <range/v3/iterator.hpp> is included before <range/v3/utility.hpp>. I guess it's just a typo.