
19 Apr
2004
19 Apr
'04
12:06 p.m.
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