зеркало из https://github.com/microsoft/CCF.git
Fix build with clang 12 (#4920)
This commit is contained in:
Родитель
f90f267c8f
Коммит
01aa0c5b60
|
@ -136,7 +136,10 @@ namespace files
|
|||
if (ec)
|
||||
{
|
||||
throw std::logic_error(fmt::format(
|
||||
"Could not rename file {} to {}: {}", src, dst, ec.message()));
|
||||
"Could not rename file {} to {}: {}",
|
||||
src.string(),
|
||||
dst.string(),
|
||||
ec.message()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче