$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eddy Pronk (epronk_at_[hidden])
Date: 2007-06-14 07:58:19
Chris Fairles wrote:
> The svn code seems to be incompatible with 1.34.0 due to item #2 of
> http://www.boost.org/libs/filesystem/doc/tr2_proposal.html#Issues
>
> boost::filesystem::path_traits> >' has no member named 'normalize'
Thanks for pointing this out Chris. I removed it for now.
It was to prevent paths like foo/include/../../../bar/include in the output.
Eddy