Change string parameter 'File' to be passed by const-reference to
reduce copies.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10046 Build 10046: arc lint + arc unit
Event Timeline
Comment Actions
Made a mistake in last diff, SourcePrinter() is now correctly default-member initialised (note that the unique_ptr is already nullptr-initialised on construction).
Please use = default and move it after constructors.