Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 boost/filesystem3/path.hpp 中看到以下部分
// older functions no longer supported // ... //basic_path& canonize();
我可以使用什么等价物在传入的 boost::filesystem::path 上实现相同的目标?我有提升版本 1.47。我canonical(...)在在线文档中看到了该功能,但我在标题中找不到它。假设我无法升级。我能做些什么?
canonical(...)
我相信这个normalize()功能做同样的事情。
normalize()