C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Extend std::type_info with more information

From: Gašper Ažman <gasper.azman_at_[hidden]>
Date: Thu, 11 Apr 2024 14:37:14 +0100
Yes, but reflection is planning a compile-time list of bases.

On Thu, Apr 11, 2024 at 2:32 PM Mihail Mihaylov via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Thu, Apr 11, 2024 at 4:14 PM Gašper Ažman <gasper.azman_at_[hidden]>
> wrote:
>
>> dynamic_cast structures are only included for types with a vtable.
>>
>
> And a compile-time list of base types is included for... no types at all.
> Whatever the actual implementation, it will require something which isn't
> currently available.
>
> All I'm saying is that asking for `any` to support taking out an instance
> of a base class instead of the actual class stored in it is not
> unreasonable.
>
> This electronic communication and the information and any files
> transmitted with it, or attached to it, are confidential and are intended
> solely for the use of the individual or entity to whom it is addressed and
> may contain information that is confidential, legally privileged, protected
> by privacy laws, or otherwise restricted from disclosure to anyone else. If
> you are not the intended recipient or the person responsible for delivering
> the e-mail to the intended recipient, you are hereby notified that any use,
> copying, distributing, dissemination, forwarding, printing, or copying of
> this e-mail is strictly prohibited. If you received this e-mail in error,
> please return the e-mail to the sender, delete it from your computer, and
> destroy any printed copy of it.--
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>

Received on 2024-04-11 13:37:27