This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Status of C++11 Move and Using Unique_Ptr
- From: nick <xerofoify at gmail dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: Jeff Law <law at redhat dot com>, gcc Mailing List <gcc at gcc dot gnu dot org>
- Date: Sun, 1 Mar 2020 16:37:13 -0500
- Subject: Re: Status of C++11 Move and Using Unique_Ptr
- References: <0cc4785a-2bdb-20a6-04be-b22a459ac3b8@gmail.com> <CAH6eHdSZ3yhNjo1gOR32E=AYMS6O3rkYwvM0zpL8aXZYgwzNqg@mail.gmail.com>
On 2020-03-01 4:28 p.m., Jonathan Wakely wrote:
> On Sun, 1 Mar 2020 at 20:24, Nicholas Krause wrote:
>> I'm not sure of the current status of the C++11
>> move
>
> We're in the middle of GCC 10's stage 4 and not doing anything like that now.
>
> As has been said several times, it's in scope for GCC 11, but not before.
>
Jonathan,
Sorry my memory was a bit bad about that :(. I don't recall what C++ features
we decided on limiting to as that was still under discussion. I would really
like unique_ptr and stl library features like that. however I don't cecall if
there was a discussion on allowing C++ STL 11 library features in gcc.
At least it was not a definite yes on allowing STL libraries,
Nick