Wang Qi

Results 8 comments of Wang Qi

VC 2017 compiles fine. And currently I don't have VC 2010 installed. Can you help to diagnose it?

Hi, I did some tests on it. VC 2013 gave compile error on both boost::function and std::function. GCC (MinGW) gave compile error on boost::function, but it succeeded with std::function. I...

Hi, since you set it non-copyable, you can't call get/set on a field because the semantic is copying the object. However, you can call GMetaField::getAddress to get the address of...

Thanks for the report. I'm not sure if it's a bug or if it should be solved, the property getter/setter doesn't distinguish the constness of the instance pointer. You can...

I see. I will investigate. This is not a trivial issue. Currently the workaround is just using the non-const version (so not to distinguish the constness), to not to block...

Thanks. I labeled the PR as WIP, because I think you will add more translations? I will leave this PR there so you can continue on it. Just add any...

BTW, some documents have special tags such like ``, which are used for the TOC that's generated by a Perl script I'm going to abandon. So in the Chinese documents,...

I merge this PR to allow others use the Chinese translation for callback list. For future translations, feel free to create new PRs.