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

[temp.param] fix spaceship example #2291

Merged
merged 2 commits into from Oct 9, 2018
Merged

Conversation

timsong-cpp
Copy link
Contributor

A two parameter spaceship can't be a member, and the parameter types for a defaulted operator can only be const C& ([class.compare.default]p1).

A two parameter spaceship can't be a member, and the parameter types for a defaulted operator can only be const C& ([class.compare.default]p1).
@@ -417,7 +417,7 @@
\begin{example}

Copy link
Contributor

Choose a reason for hiding this comment

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

@timsong-cpp: would you mind removing this stray newline while you're here?

@zygoloid zygoloid merged commit 340573c into cplusplus:master Oct 9, 2018
@timsong-cpp timsong-cpp deleted the patch-1 branch June 1, 2021 22:29
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

3 participants