This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] delete copy ctor and assignment in locale::facet, locale::id


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]