billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
633 stars 92 forks source link

Failed to build Lua example #104

Closed rinthel closed 5 years ago

rinthel commented 5 years ago

Hello, I've used ponder 2.1.1 in my project, and I appreciate that it is very useful for me. And recently I found that the major upgrade happened. It's very grad to hear, but I've failed to build the lua example with the PONDER_USING_LUA option on my mac. The error was that some kind of FTrait::ReturnType was missed during the instantiation of the template class for ponder::Class::declare().function(). How can I build the Lua example successfully? Thank you for reading.

billyquith commented 5 years ago

Grrr, 🐱 but I help! 🐾

rinthel commented 5 years ago

Meow, thanks!

billyquith commented 5 years ago

Fixed.