: A prvalue of type “pointer to
cv1 T” can be
converted to a prvalue of type “pointer to
cv2 T” if
“
cv2 T” is more cv-qualified than “
cv1
T”
. A prvalue of type “pointer to member of
X of type
cv1
T” can be converted to a prvalue of type “pointer to member
of
X of type
cv2 T” if “
cv2
T” is more cv-qualified than “
cv1 T”
. —
end note