$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ming (cyberming_at_[hidden])
Date: 2008-08-20 14:12:18
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