Re: [PATCH 3/3] libstdc++: Undeprecate std::pmr::polymorphic_allocator::destroy (P2875R4)

2024-06-21 Thread Jonathan Wakely
Pusahed to trunk now. On Thu, 20 Jun 2024 at 16:41, Jonathan Wakely wrote: > > Tested x86_64-linux. > > -- >8 -- > > This member function was previously deprecated, but that was reverted by > P2875R4, approved earlier this year in Tokyo. Since it's not going to be > deprecated in C++26, and so

[PATCH 3/3] libstdc++: Undeprecate std::pmr::polymorphic_allocator::destroy (P2875R4)

2024-06-20 Thread Jonathan Wakely
Tested x86_64-linux. -- >8 -- This member function was previously deprecated, but that was reverted by P2875R4, approved earlier this year in Tokyo. Since it's not going to be deprecated in C++26, and so presumably not removed, there is no point in giving deprecated warnings for C++23 mode.