We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051e440 commit d3af556Copy full SHA for d3af556
src/Solution.cpp
@@ -80,7 +80,7 @@ void Solution::writeConfigDirectory(wofstream &file,const Options& options)
80
if (!entry.is_regular_file())
81
continue;
82
83
- const auto fileName=entry.path().filename();
+ const auto fileName=entry.path().filename().wstring();
84
if (!endsWith(fileName, L".xml"))
85
86
0 commit comments