You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler does not crash; the compilation stops due to a narrowing error. If I remove the std::size_t cast. The error disappears.
I didn't try GCC13 or GCC14.
Does it make sense to keep cast at line 362 ? It causes narrowing conversion error with GCC12 and thus, the compilation crashes.
range-v3/include/range/v3/view/zip_with.hpp
Lines 357 to 369 in 9aa41d6
The text was updated successfully, but these errors were encountered: