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
Resolve conflict between 2018-06 LWG Motion 19 and 2018-06 LWG Motion 21.
Motion 19 (P0769R2) adds shift_right to <algorithm> as a non-constexpr
algorithm. Motion 21 (P0879R0) asks that we mark all (non-parallel)
algorithms in <algorithm> as constexpr, but its wording doesn't list
shift_right as shift_right did not yet exist.
After consultation with LWG, resolve this state of affairs by marking
shift_right as constexpr, in line with the editing note in P0879R0.
0 commit comments