On 10/12/21 21:20 +, Jonathan Wakely wrote:
Ping
Oh sorry, Jakub already replied to this (after I mentioned it on IRC)
and approved it.
Un-ping!
On 09/11/21 17:51 +, Jonathan Wakely wrote:
Now that GCC is compiled as C++11 there is no need to keep the C++03
implementation of gnu:
Ping
On 09/11/21 17:51 +, Jonathan Wakely wrote:
Now that GCC is compiled as C++11 there is no need to keep the C++03
implementation of gnu::unique_ptr.
This removes the unique-ptr.h header and replaces it with in
system.h, and changes the INCLUDE_UNIQUE_PTR macro to INCLUDE_MEMORY.
Uses o
On Tue, Nov 09, 2021 at 05:51:27PM +, Jonathan Wakely via Gcc-patches wrote:
> Now that GCC is compiled as C++11 there is no need to keep the C++03
> implementation of gnu::unique_ptr.
>
> This removes the unique-ptr.h header and replaces it with in
> system.h, and changes the INCLUDE_UNIQUE_