[filesystem] where is replace_extension
In the documentation of filesystem (1.34.0), at this position: http://www.boost.org/libs/filesystem/doc/tr2_proposal.html#Header-filesystem... we can read : template <class Path> Path replace_extension(const Path & p, const typename Path::string_type & new_extension); However, in boost_1_34_0.tar.bz2, I cannot find replace_extension in any file. Where is it? Regards, F. Bron Avis : Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes en tout ou en partie. Notice: This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.
frederic.bron@alcan.com wrote:
In the documentation of filesystem (1.34.0), at this position: http://www.boost.org/libs/filesystem/doc/tr2_proposal.html#Header-filesystem... we can read : template <class Path> Path replace_extension(const Path & p, const typename Path::string_type & new_extension);
However, in boost_1_34_0.tar.bz2, I cannot find replace_extension in any file. Where is it?
Regards,
F. Bron
Hi Frederic, i think this is 'change_extension' in convenience.hpp. -- Regards, dave
Thanks a lot.
Is it a bug in the documention or in the library?
F. Bron
David Klein
In the documentation of filesystem (1.34.0), at this position: http://www.boost.org/libs/filesystem/doc/tr2_proposal.html#Header-filesystem... we can read : template <class Path> Path replace_extension(const Path & p, const typename Path::string_type & new_extension);
However, in boost_1_34_0.tar.bz2, I cannot find replace_extension in any file. Where is it?
Regards,
F. Bron
Hi Frederic, i think this is 'change_extension' in convenience.hpp. -- Regards, dave _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users Avis : Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes en tout ou en partie. Notice: This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.
frederic.bron@alcan.com wrote:
Thanks a lot. Is it a bug in the documention or in the library?
F. Bron
Hm, actually i don't know: boost 1.33.1 ------------ header: change_extension docs: change_extension boost 1.34 ---------- header: change_extension docs: replace_extension boost.org --------- docs: replace_extension I guess the name was changed to be conform with the TR2 proposal, so i think the lib needs the update. Not sure though :) -- Regards, dave
participants (2)
-
David Klein
-
frederic.bron@alcan.com