This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 114a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-18


1319. Error in pack expansion example

Section: 13.2  [temp.param]     Status: NAD     Submitter: Mike Miller     Date: 2011-05-17

The example in 13.2 [temp.param] paragraph 15 contains the line

    template<T... Values> apply { };   // Values is a non-type template parameter pack
                                       // and a pack expansion

This should presumably be struct apply or some such.

Rationale (August, 2011)

This is an editorial issue that has been transmitted to the project editor.