cppfront
cppfront copied to clipboard
[FIX] Fix declarations of cpp2_new
trafficstars
Small fixes in the declarations of the cpp2_new functions:
- Take the argument packs by forwarding reference so that the arguments are actually forwarded
- Remove the
... Argstemplate parameter that is not used