CPP: Make LambdaCapture an Element.

This commit is contained in:
Geoffrey White
2019-08-05 18:55:26 +01:00
parent 6462da736b
commit 29000c411c
3 changed files with 14 additions and 5 deletions

View File

@@ -1026,7 +1026,8 @@ frienddecls(
| @namequalifier
| @specialnamequalifyingelement
| @static_assert
| @type_mention;
| @type_mention
| @lambdacapture;
@exprparent = @element;