stupied-ies

Results 2 issues of stupied-ies

以“六年级-三班-某学生”为例,学生由结构体转换为json字符,作为班级的成员; 班级由结构体转换为json字符,作为年级的成员; 由年级json字符无法解析出classParm成员变量,解析出的结构只有"{" ``` #include "mainwindow.h" #include #include #include "../iguana/iguana/json.hpp" // 六年级-三班-某学生 struct Person { std::string name; int age; }; REFLECTION(Person, name, age); struct Class { int classID; std::string personParm;...

when double type in TAB, it will auto display all the supported commands. If there are a lot of command, it shuold hint "Display all ??? posibilities(y/n)" and let me...