cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

[FIX] Fix declarations of cpp2_new

Open gerlero opened this issue 2 years ago • 0 comments
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 ... Args template parameter that is not used

gerlero avatar Nov 22 '22 06:11 gerlero