Skip to content
Snippets Groups Projects
Commit 7de49fd7 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Improved syntax for ForwardDecl

Using ...Args it is easy to forward any argument to the constructor.

This allows avoiding to explicitly put "new" statements when initializing
a ForwardDecl. In addition, all ForwardDecl that should be constructed
without arguments can be omitted from the initialization list, which
significantly simplifies the code.
parent a8b951f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment