ryanhaining / cppitertools

Implementation of python itertools and builtin iteration functions for C++17
https://twitter.com/cppitertools
BSD 2-Clause "Simplified" License
1.37k stars 115 forks source link

Resolved a TODO regarding an MSVC bug that has been fixed #87

Open term-est opened 2 years ago

term-est commented 2 years ago

The said issue has been resolved in MSVC19.

All tests pass (662/662) on MSVC22 and GCC11.2 (MinGW-w64)

Thank you for considering these changes.