diff options
Diffstat (limited to 'gcc/cp/parser.h')
-rw-r--r-- | gcc/cp/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h index d688fd1..3e95bfc 100644 --- a/gcc/cp/parser.h +++ b/gcc/cp/parser.h @@ -391,7 +391,7 @@ struct GTY(()) cp_parser { /* When parsing #pragma acc routine, this is a pointer to a helper data structure. */ cp_oacc_routine_data * GTY((skip)) oacc_routine; - + /* Nonzero if parsing a parameter list where 'auto' should trigger an implicit template parameter. */ bool auto_is_implicit_function_template_parm_p; |