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

GB197 18.05.2 Remove concept "boolean" and use convertible_to<bool> instead #195

Closed
wg21bot opened this issue Oct 23, 2019 · 1 comment · Fixed by cplusplus/draft#3786
Closed
Labels
concepts Concepts duplicate LEWG Library Evolution
Milestone

Comments

@wg21bot
Copy link
Collaborator

wg21bot commented Oct 23, 2019

Remove concept boolean, replace that requirement with convertible_to&lt;bool>
The concept boolean simultaneously:

Proposed change:
Strike [concept.boolean].
Replace all occurrences of boolean in the CD with convertible_to. Known occurrences:
[cmp.concept]
[concept.equalitycomparable]
[concept.totallyordered]
[concept.predicate]

@wg21bot wg21bot added the LEWG Library Evolution label Oct 23, 2019
@wg21bot
Copy link
Collaborator Author

wg21bot commented Oct 23, 2019

Duplicate of US195 #193.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concepts Concepts duplicate LEWG Library Evolution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants