Skip to content

Fix multiple const ref parameters on objects

Choose a tag to compare

@snoe925 snoe925 released this 31 Oct 18:18
· 47 commits to master since this release

If a class method had more than one const parameter by reference, then the code generation had no matching template. Fixed by filling in the template code expansions for N const reference parameters.