当前位置:网站首页>Error excluded identifier before '(' token, grpc enumeration class compilation error

Error excluded identifier before '(' token, grpc enumeration class compilation error

2022-06-11 02:50:00 Does the earth go round the moon

stay grpc Enumeration types are often defined when using , But some enumeration types cannot be defined , such as E_PASS,E_FAIL. Once defined, and windowsSDK Inside E_PASS,E_FAIL The conflict , You're going to report a mistake :error exepected identifier before '(' token, Just change the enumeration type , such as E_RS_PASS,E_RS_FAIL

原网站

版权声明
本文为[Does the earth go round the moon]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110151496120.html