mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 963560 - Fix compilation error on VS2013 for method called 'assert', r=bz
This commit is contained in:
parent
48a16472a1
commit
6670254f5b
@ -6060,7 +6060,7 @@ class CppKeywords():
|
||||
A class for checking if method names declared in webidl
|
||||
are not in conflict with C++ keywords.
|
||||
"""
|
||||
keywords = frozenset(['alignas', 'alignof', 'and', 'and_eq', 'asm', 'auto', 'bitand', 'bitor', 'bool',
|
||||
keywords = frozenset(['alignas', 'alignof', 'and', 'and_eq', 'asm', 'assert', 'auto', 'bitand', 'bitor', 'bool',
|
||||
'break', 'case', 'catch', 'char', 'char16_t', 'char32_t', 'class', 'compl', 'const', 'constexpr',
|
||||
'const_cast', 'continue', 'decltype', 'default', 'delete', 'do', 'double', 'dynamic_cast', 'else', 'enum',
|
||||
'explicit', 'export', 'extern', 'false', 'final', 'float', 'for', 'friend', 'goto', 'if', 'inline',
|
||||
|
Loading…
Reference in New Issue
Block a user