mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-03 08:40:33 +05:00
fix path to string conversion
This commit is contained in:
parent
ae2a05b6f2
commit
b258d7bd65
@ -118,7 +118,7 @@ namespace ngcore
|
|||||||
auto path = std::filesystem::temp_directory_path();
|
auto path = std::filesystem::temp_directory_path();
|
||||||
std::string filename = ".temp_netgen_file_"+ToString(counter++)+"_"+ToString(GetTimeCounter());
|
std::string filename = ".temp_netgen_file_"+ToString(counter++)+"_"+ToString(GetTimeCounter());
|
||||||
path.append(filename);
|
path.append(filename);
|
||||||
return path;
|
return path.string();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ngcore
|
} // namespace ngcore
|
||||||
|
Loading…
Reference in New Issue
Block a user