$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2004-04-16 13:37:02
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 );
Jeff F