Date
2010-08-15.00:00:00
Message id
2764

Content

Proposed resolution (August, 2010):

  1. Change the grammar in 7.5.6 [expr.prim.lambda] paragraph 1 as follows:

    • lambda-declarator:
        ( parameter-declaration-clause ) attribute-specifieropt mutableopt
          exception-specificationopt attribute-specifieropt trailing-return-typeopt
  2. Change 7.5.6 [expr.prim.lambda] paragraph 5 as follows:

  3. ...Any attribute-specifiers appearing immediately after the lambda-expression's parameter-declaration-clause appertain An attribute-specifier in a lambda-declarator appertains to the type of the corresponding function call operator...