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
We're inconsistent when indenting requires clauses which span multiple lines.
Most indent subsequent lines to match up with what follows the requires keyword;
some indent 2 spaces (under the 'q' of the requires keyword).
The motions add many of those within parentheses, at least one even preceded by !. The decision needs to include wether these should be further indented after the parentheses:
Activity
JohelEGP commentedon Feb 21, 2020
The motions add many of those within parentheses, at least one even preceded by
!
. The decision needs to include wether these should be further indented after the parentheses:requires (forward_iterator<I> || random_access_iterator<O>) && indirectly_copyable<I, O> &&
And a generalization of that rule:
jensmaurer commentedon May 28, 2021
Editorial meeting:
<algorithm>
indents to after the "requires" token. Tentatively agreed.