LPGhatguy / luajit-ffipp

(PROTOTYPE) A proof-of-concept C++ FFI for LuaJIT
zlib License
31 stars 3 forks source link

Templates #1

Open LPGhatguy opened 9 years ago

LPGhatguy commented 9 years ago

Templates should be supported for class names, methods, and arguments. A good symbol to test this completely might look like so:

HelloClass::CopyHello(HelloClassstd::string base);

Right now, the MSVC binding generator skips templated classes and functions, and probably creates garbage for templated arguments.