to_string.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:57:00 -05:00
parent 2b1fa62c07
commit 3b133eadbe

View File

@ -55,4 +55,10 @@ namespace str
{
return s_;
}
std::string
to(const ghc::filesystem::path &path_)
{
return path_.string();
}
}