Closed
Description
Edit https://eel.is/c++draft/basic.pre#3 from:
An entity is a value, object, reference, structured binding, function, enumerator, type, class member, bit-field, template, template specialization, namespace, or pack.
to
An entity is a value, object, reference, structured binding, function, enumerator, type, class member, bit-field, template, template specialization, namespace, or parameter pack.
Activity
cpplearner commentedon Aug 20, 2024
No, an init-capture pack is also a pack.