下面是相同的错误:Checking for C++ library boost_thread-mt...(cached) noChecking for C++ library boost_filesystem-mt...(cached) no
Checking for C++ library boost_<e
我手头有一个特定的boost::filesystem::path,我想向它追加一个字符串(或路径)。boost::filesystem::path p("c:\\dir");
p.append(".foo"); // should result in p pointing to c:\dir.fooboost::filesystem::path对append的唯一重载需要两个