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
After upgrading from 3.9.1 to 3.11.3 the code asserts when iterating over a json array that's been filtered using std::views::filter due to an uninitialized iterator.
In addition to my failure with 3.11.3 and GCC 10.2, I checked other combinations on Godbolt and observed the following (❌ represents the assert is seen)
Description
After upgrading from
3.9.1
to3.11.3
the code asserts when iterating over a json array that's been filtered usingstd::views::filter
due to an uninitialized iterator.In addition to my failure with 3.11.3 and GCC 10.2, I checked other combinations on Godbolt and observed the following (❌ represents the assert is seen)
Reproduction steps
https://godbolt.org/z/WbexYTqnf
Expected vs. actual results
std::views::filter
should allow you to filter a json array.Minimal code example
Error messages
Compiler and operating system
GCC 10.2
Library version
3.11.3
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: