You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++20 has introduced new keywords, including "requires".
I have seen j2objc generate code with the "requires" symbol in a situation that fails C++20 compilation.
The error message (from Clang) is "error: expected identifier; 'requires' is a keyword in Objective-C++"
The text was updated successfully, but these errors were encountered:
When updating j2objc’s reserved words file, please add all the new C++20
reserved words, not just “requires”.
El El mar, sept 24, 2024 a la(s) 9:47 a.m., deansturtevant <
***@***.***> escribió:
C++20 has introduced new keywords, including "requires".
I have seen j2objc generate code with the "requires" symbol in a situation that fails C++20 compilation.
The error message (from Clang) is "error: expected identifier; 'requires' is a keyword in Objective-C++"
The text was updated successfully, but these errors were encountered: