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
There is a partial ordering of cv-qualifiers, and the defined term we have is more cv-qualified.
However, a number of places use a different term in reference; namely "greater cv-qualification" (e.g. https://eel.is/c++draft/expr.static.cast#14). We should be consistent about how we talk about the ordering of cv-qualifiers.
Some numbers:
There are 6 occurrences of "more cv-qualified".
There are 5 occurrences of "greater cv-qualification".
We could also primarily define everything in terms of cv-qualifier ordering, and say that:
A type cv1T1 is more cv-qualified than type cv2T2 if cv1 is greater than cv2.