Change string parameter 'File' to be passed by const-reference to
reduce copies.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10104 Build 10104: 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.