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 52d519e commit 552c01fCopy full SHA for 552c01f
view/sharedcache/core/SharedCacheView.cpp
@@ -851,7 +851,7 @@ bool SharedCacheView::InitController()
851
if (!primaryFileInfo.has_value())
852
return false;
853
auto [primaryFilePath, primaryFileName] = primaryFileInfo.value();
854
- auto primaryFileDir = std::filesystem::path(primaryFilePath).parent_path();
+ std::string primaryFileDir = std::filesystem::path(primaryFilePath).parent_path().string();
855
856
// OK, we have the primary shared cache file, now let's add the entries.
857
auto sharedCacheBuilder = SharedCacheBuilder(this);
0 commit comments