You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description: The third and fourth comments in Example 7 in [temp.deduct.general] incorrectly treat the lambda-introducer and trailing return type of a lambda as if they're part of the lambda body.
Suggested resolution:: Amend the third comment to // calls h(...) and the fourth to // calls i(...). Then, for consistency, remove the comments // #1 and // #2 and amend the final comment to // calls j(...).