File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ auto main(
72
72
}
73
73
else {
74
74
std::cerr << arg.text << " - ambiguous compiler flag name, did you mean one of these?\n " ;
75
- for (auto const & a : ambiguous) {
75
+ for (auto const & a : ambiguous) {
76
76
std::cerr << " " << arg.text .front () << a << " \n " ;
77
77
}
78
78
}
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ class positional_printer
617
617
//
618
618
auto open (
619
619
std::string const & cpp2_filename_,
620
- std::string cpp1_filename_,
620
+ std::string const & cpp1_filename_,
621
621
std::vector<comment> const & comments,
622
622
cpp2::source const & source,
623
623
cpp2::parser const & parser
@@ -632,7 +632,7 @@ class positional_printer
632
632
&& !pcomments
633
633
&& " ICE: tried to call .open twice"
634
634
);
635
- cpp1_filename = std::move ( cpp1_filename_) ;
635
+ cpp1_filename = cpp1_filename_;
636
636
if (cpp1_filename == " stdout" ) {
637
637
out = &std::cout;
638
638
}
You can’t perform that action at this time.
0 commit comments