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
Per @timsong-cpp (here), we should be testing the un-cv-qualified type of a customization point object.
Proposed Resolution
Change [customization.point.object]/p2 as follows:
-2 The type of a customization point object shall satisfy Semiregular (18.6).+2 The type of a customization point object ignoring cv-qualifiers shall satisfy+ Semiregular (18.6).
The text was updated successfully, but these errors were encountered:
Per @timsong-cpp (here), we should be testing the un-cv-qualified type of a customization point object.
Proposed Resolution
Change [customization.point.object]/p2 as follows:
The text was updated successfully, but these errors were encountered: