File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ std::error_code ModularizeUtilities::loadSingleHeaderListsAndDependencies(
195
195
// Get canonical form.
196
196
HeaderFileName = getCanonicalPath (HeaderFileName);
197
197
// Save the resulting header file path and dependencies.
198
- HeaderFileNames.push_back (std::string (HeaderFileName. str () ));
198
+ HeaderFileNames.push_back (std::string (HeaderFileName));
199
199
Dependencies[HeaderFileName.str ()] = Dependents;
200
200
}
201
201
return std::error_code ();
@@ -248,7 +248,7 @@ std::error_code ModularizeUtilities::loadProblemHeaderList(
248
248
// Get canonical form.
249
249
HeaderFileName = getCanonicalPath (HeaderFileName);
250
250
// Save the resulting header file path.
251
- ProblemFileNames.push_back (std::string (HeaderFileName. str () ));
251
+ ProblemFileNames.push_back (std::string (HeaderFileName));
252
252
}
253
253
return std::error_code ();
254
254
}
You can’t perform that action at this time.
0 commit comments