ericniebler / range-v3

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

Fixing repo when #include <complex.h> #1730

Closed brevzin closed 1 year ago

brevzin commented 1 year ago

Fixes #1729. Apparently <complex.h> just defines a macro named I, which is obviously pretty hostile in our world where I is the obvious template parameter name for an iterator and is used throughout.