@@ -15,7 +15,7 @@ class CPlusPlus < Scanner
15
15
'and' , 'and_eq' , 'asm' , 'bitand' , 'bitor' , 'break' ,
16
16
'case' , 'catch' , 'class' , 'compl' , 'const_cast' ,
17
17
'continue' , 'default' , 'delete' , 'do' , 'dynamic_cast' , 'else' ,
18
- 'enum' , 'export' , 'final' , ' for', 'goto' , 'if' , 'namespace' , 'new' ,
18
+ 'enum' , 'export' , 'for' , 'goto' , 'if' , 'namespace' , 'new' ,
19
19
'not' , 'not_eq' , 'or' , 'or_eq' , 'reinterpret_cast' , 'return' ,
20
20
'sizeof' , 'static_assert' , 'static_cast' , 'struct' , 'switch' ,
21
21
'template' , 'throw' , 'try' , 'typedef' , 'typeid' , 'typename' , 'union' ,
@@ -36,7 +36,7 @@ class CPlusPlus < Scanner
36
36
] # :nodoc:
37
37
DIRECTIVES = [
38
38
'alignas' , 'alignof' , 'auto' , 'const' , 'constexpr' , 'decltype' , 'explicit' ,
39
- 'extern' , 'friend' , 'inline' , 'mutable' , 'noexcept' , 'operator' ,
39
+ 'extern' , 'final' , ' friend', 'inline' , 'mutable' , 'noexcept' , 'operator' ,
40
40
'override' , 'private' , 'protected' , 'public' , 'register' , 'static' ,
41
41
'thread_local' , 'using' , 'virtual' , 'void' , 'volatile' ,
42
42
] # :nodoc:
0 commit comments