You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
Remove concept
boolean
, replace that requirement withconvertible_to<bool>
The concept boolean simultaneously:
Replace Boolean with convertible_to<bool> ericniebler/stl2#389 expands on more of this problem.
The best solution forward is to remove std::boolean and replace it with std::convertible_to<bool>.
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]
The text was updated successfully, but these errors were encountered: