This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++20 status.

3285. The type of a customization point object shall satisfy semiregular

Section: 16.3.3.3.5 [customization.point.object] Status: C++20 Submitter: Eric Niebler Opened: 2019-09-10 Last modified: 2021-02-25

Priority: 0

View all other issues in [customization.point.object].

View all issues with C++20 status.

Discussion:

We should be testing the un-cv-qualified type of a customization point object.

[2019-10-12 Issue Prioritization]

Status to Tentatively Ready and priority to 0 after seven positive votes on the reflector.

Proposed resolution:

This wording is relative to N4830.

  1. Modify 16.3.3.3.5 [customization.point.object] as indicated:

    -2- The type of a customization point object ignoring cv-qualifiers shall model semiregular (18.6 [concepts.object]).