This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] delete copy ctor and assignment in locale::facet, locale::id
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Chris Fairles <chris dot fairles at gmail dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 29 Sep 2008 14:56:55 +0200
- Subject: Re: [v3] delete copy ctor and assignment in locale::facet, locale::id
- References: <fac6bb500809290549s7c5961f1y76eb2a8b502958db@mail.gmail.com>
Chris Fairles wrote:
> tested x86_64, ok for trunk?
>
Bah, frankly I don't think we are going to gain much from this kind of
change: remember that we are talking about the C++0x *experimental*
mode, not about the eventual C++1x, ABI-breaking, library. In general we
want to early implement new features, in particular when self-contained
in new headers. In general, at this stage, it doesn't make much sense to
get right small details in existing facilities...
Paolo.