$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-04-19 07:06:16
Jeff Flinn wrote:
> In http://www.boost.org/libs/filesystem/doc/convenience.htm#extension
> under the heading change_extension appears:
>
> path basename( const path & ph, const std::string & new_extension );
>
> which should read:
>
> path change_extension( const path & ph, const std::string &
> new_extension );
Hi Jeff,
I've fixed this. Thanks for noticing.
- Volodya