Skip to content
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

Dani-Hub
Copy link
Member

No description provided.

Signed-off-by: Daniel Krügler <daniel.kruegler@gmail.com>
@tkoeppe
Copy link
Contributor

tkoeppe commented Mar 29, 2023

@CaseyCarter, @jwakely could you please have a look?

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Member Author

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.

Copy link
Contributor

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.

Copy link
Contributor

@JohelEGP JohelEGP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@jensmaurer jensmaurer left a 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.

@tkoeppe tkoeppe merged commit 9568c66 into cplusplus:main Apr 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants