Swift Compiler Error
'Bool' is ambiguous for type lookup in this context
翻了一下那个c++头文件,发现这样一行:
typedef int Bool;
????????????????????????????????????????????????
在不改动头文件的情况下该怎么处理呢?
????????????????????????????????????????????????
Swift Compiler Error
翻了一下那个c++头文件,发现这样一行:
typedef int Bool;
????????????????????????????????????????????????
在不改动头文件的情况下该怎么处理呢?
????????????????????????????????????????????????