This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Uglify std::copy/copy_backward helpers
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 18 Dec 2005 16:36:15 +0100
- Subject: Re: [Patch] Uglify std::copy/copy_backward helpers
- References: <43A57F97.90301@suse.de>
Paolo Carlini wrote:
>Hi,
>
>long standing (HP / SGI) issue
>
To be fair, only 'copy_n' dates back to the original STL, an extension
facility nowaday, the other 2 non uglified names are a more recent problem.
Paolo.