Title
Error in pack expansion example
Status
nad
Section
13.2 [temp.param]
Submitter
Mike Miller

Created on 2011-05-17.00:00:00 last changed 153 months ago

Messages

Date: 2011-08-15.00:00:00

Rationale (August, 2011)

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

Date: 2022-11-20.07:54:16

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.

History
Date User Action Args
2011-09-06 00:00:00adminsetmessages: + msg3584
2011-05-17 00:00:00admincreate