C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Polymorphic operator new and polymorphic values

From: (wrong string) Åberg <haberg_1_at_[hidden]>
Date: Wed, 30 Apr 2025 19:01:43 +0200
> On 30 Apr 2025, at 18:58, Jonathan Wakely <cxx_at_[hidden]> wrote:
>
>> Anyway, adding a new class alone cannot solve the issue of proper virtual copy and move, as the functions for doing that must be present, and currently they are not part of the vtables unless added by hand.
>
> That's not true.

Which part, virtual copy and move, or that they are not on the vtable?

Received on 2025-04-30 17:02:09