chendj0710
Results
1
issues of
chendj0710
你好,我发现example/testType.h大多都是通过添加F_CLASS(xxx)将其转换成类的形式,只有struct TestType是结构体的形式。 但是在example.cpp中放开下面代码,编译就会报错 ``` c REGISTEREDMEMBER(TestType, age1, age2, age3, age4, age5, age6, age7, age8); ``` 报错内容 >In file included from testType.h:5:0, from example.cpp:14: example.cpp: In function ‘int main()’: ../FStruct.h:2463:1: error:...