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
Yes, this is completely bogus and lacking test coverage. We went light on some test coverage for range algorithms that were virtually transcriptions of the std flavor with the expectation that the guts were known good and the interface bits were likely to be correct if they compiled. That policy obviously failed here, and we should have full test coverage of ranges::find_end.
STL/stl/inc/algorithm
Lines 2361 to 2372 in 8833270
IIUC, the first return statement should return
{std::move(_Next1), std::move(_Candidate)};
.Test case:
https://godbolt.org/z/1dzq8Pe1K
The text was updated successfully, but these errors were encountered: