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: "Chris Fairles" <chris dot fairles at gmail dot com>
- To: "Paolo Carlini" <paolo dot carlini at oracle 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 09:13:18 -0400
- Subject: Re: [v3] delete copy ctor and assignment in locale::facet, locale::id
- References: <fac6bb500809290549s7c5961f1y76eb2a8b502958db@mail.gmail.com> <48E0D097.6020200@oracle.com>
On Mon, Sep 29, 2008 at 8:56 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> 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.
>
Agreed. Just something I had sitting in my local copy from quite a
while ago when I was going through the std looking for deleted
copy/assign changes. I hadn't submitted it for basically the reasons
you described.
Chris