Skip to content
Snippets Groups Projects
  • Giovanni Bussi's avatar
    7de49fd7
    Improved syntax for ForwardDecl · 7de49fd7
    Giovanni Bussi authored
    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.
    7de49fd7
    History
    Improved syntax for ForwardDecl
    Giovanni Bussi authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.