
20 Aug
2008
20 Aug
'08
6:12 p.m.
Hi all, I try to use boost 1.36 instead of 1.33 to compile libtorrent library. But I got a error of "error C2039: 'has_branch_path' : is not a member of 'boost::filesystem::basic_path<String,Traits>' " I cannot find the function in boost\filesystem\path.hpp in version 1.36, but can find in in 1.33. Does has_branch_path() is deprecated in the new version library? Or it is moved to other classes? Yours, CMing