v8toolkit
v8toolkit copied to clipboard
Class Parser will generate methods with duplicate names in some cases
When encountering methods that differ by SFINAE, it will generate add_method lines for both functions, which results in a runtime error.
This should be caught by class parser and it should generate an error during code generation.