Open LPGhatguy opened 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.
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.