| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: soniafergusonship <soniafergusonship@users.noreply.github.com>
Signed-off-by: soniafergusonship <soniafergusonship@users.noreply.github.com>
Signed-off-by: soniafergusonship <soniafergusonship@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Fixes #534
tf::find_if / tf::find_if_not called std::distance before checking whether the range is sentinel-based (e.g. std::views::iota(0) with std::unreachable_sentinel), which is undefined for infinite ranges.
Changes
Test plan