#include import std; int main() { boost::filesystem::path p{"/tmp"}; std::println("boost ok: {}", p.string()); return 0; }