We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917bcc4 commit 73e78e0Copy full SHA for 73e78e0
include/xtensor-io/xio_disk_handler.hpp
@@ -62,7 +62,7 @@ namespace xt
62
{
63
if (!fs::is_directory(directory))
64
65
- XTENSOR_THROW(std::runtime_error, "Path is not a directory: " + std::string(directory));
+ XTENSOR_THROW(std::runtime_error, "Path is not a directory: " + std::string(directory.string()));
66
}
67
68
else
0 commit comments