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

922. §[func.bind.place] Number of placeholders

Section: B [implimits] Status: C++11 Submitter: Sohail Somani Opened: 2008-10-11 Last modified: 2016-02-01

Priority: Not Prioritized

View all issues with C++11 status.

Discussion:

Addresses DE 24

With respect to the section 22.10.15.5 [func.bind.place]:

TR1 dropped some suggested implementation quantities for the number of placeholders. The purpose of this defect is to put these back for C++0x.

[ Post Summit: ]

see DE 24

Recommend applying the proposed resolution from DE 24, with that Tentatively Ready.

Original proposed resolution:

Add 22.10.15.5 [func.bind.place] p.2:

While the exact number of placeholders (_M) is implementation defined, this number shall be at least 10.

Proposed resolution:

Add to B [implimits]: