-
Notifications
You must be signed in to change notification settings - Fork 771
#6204 Remove remaining inline from variable templates #6218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#6204 Remove remaining inline from variable templates #6218
Conversation
Signed-off-by: Daniel Krügler <daniel.kruegler@gmail.com>
@CaseyCarter, @jwakely could you please have a look? |
source/ranges.tex
Outdated
@@ -1584,7 +1584,7 @@ | |||
|
|||
\begin{itemdecl} | |||
template<class R> | |||
inline constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos | |||
constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos | |
constexpr bool @\exposidnc{is-initializer-list}@ = @\seebelow@; // \expos |
Just in case it already was aligned. The check script skips these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope I fixed it correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like you added one too many.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All that's missing is following https://github.com/cplusplus/draft/wiki/Commit-message-format#editorial-commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; needs a fixed commit message when squashing.
No description provided.