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

[cmp.categories.pre] nonequal and nonequivalent are non-used #3541

Closed
StephanTLavavej opened this issue Dec 13, 2019 · 0 comments · Fixed by #3542
Closed

[cmp.categories.pre] nonequal and nonequivalent are non-used #3541

StephanTLavavej opened this issue Dec 13, 2019 · 0 comments · Fixed by #3542
Assignees

Comments

@StephanTLavavej
Copy link
Contributor

After P1959R0 "Remove std::weak_equality and std::strong_equality" was adopted, N4842 17.11.2.1 [cmp.categories.pre]/1 says:

Each is specified in terms of an exposition-only data member named value whose value typically corresponds to that of an enumerator from one of the following exposition-only enumerations:
enum class eq { equal = 0, equivalent = equal, nonequal = 1, nonequivalent = nonequal }; // exposition only

However, nonequal and nonequivalent are now unused. As they're exposition-only enumerators, they should be editorially removed.

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 a pull request may close this issue.

2 participants