v8toolkit icon indicating copy to clipboard operation
v8toolkit copied to clipboard

Class Parser will generate methods with duplicate names in some cases

Open xaxxon opened this issue 7 years ago • 0 comments

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.

xaxxon avatar Aug 22 '17 19:08 xaxxon