$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (HartmutKaiser_at_[hidden])
Date: 2005-02-13 13:37:55
Andy Little wrote:
> > As you've mentioned, this stems from the Boost.Filesystem
> library and
> > actually I don't know, how to deal with this problem. But
> I'll try to
> > investigate this and to find a way to circumvent these problems.
> > Perhaps the authors of Boost.Filesystem could help out? Beman?
>
> It may be possible to use boost::filesystem::path::default_name_check(
> name_check new_check ) function to achieve this?
I'm already using the boost::filesystem::native name checking routine, which
on Windows should allow for the '+' symbol. So I'm out of ideas here.
> BTW While on the subject, documentation on errors, messages,
> exceptions etc is a bit sparse IMO
Noted. Will add some text wrt this.
Thanks!
Regards Hartmut