We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requires
==
1 parent ec48efc commit c35da28Copy full SHA for c35da28
source/parse.h
@@ -6500,7 +6500,8 @@ class parser
6500
//G meta-functions-list '@' id-expression
6501
//G
6502
//G requires-clause:
6503
- //G 'requires' logical-or-expression
+ //G # note: for aliases, == is not allowed in expressions until new ( is opened
6504
+ //G 'requires' logical-or-expression
6505
6506
//G template-parameter-declaration-list
6507
//G '<' parameter-declaration-seq '>'
0 commit comments