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 optimization is performed in _Minmax_fwd_unchecked. We don't pick this branch for smaller elements, because _Prefer_iterator_copies evaluates to false.
Oversight in initial implementation in #4384. Noticed while benchmarking #4659
Might be superseded by #4453.
The optimization is performed in
_Minmax_fwd_unchecked
. We don't pick this branch for smaller elements, because_Prefer_iterator_copies
evaluates tofalse
.STL/stl/inc/algorithm
Lines 10417 to 10420 in 8dc4faa
The text was updated successfully, but these errors were encountered: