C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Get UUID at compile-time from compiler (sort of like __COUNTER__)

From: Gašper Ažman <gasper.azman_at_[hidden]>
Date: Thu, 23 Nov 2023 17:29:49 +0000
you can make unique symbols by just putting decltype([](){}) into a macro,
it'll be a different type every time.

On Thu, Nov 23, 2023 at 5:14 PM Thiago Macieira via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Thursday, 23 November 2023 05:15:01 PST Frederick Virchanza Gotham via
> Std-
> Proposals wrote:
> > I think I've made a few dozen proposals, but I only wrote papers for
> > 9 of them, which you can see at the top of this webpage:
> > http://virjacode.com/
>
> I meant *papers* as in submitted to the committee for evaluation. Some
> random
> website on the Internet doesn't count.
>
> --
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
> Software Architect - Intel DCAI Cloud Engineering
>
>
>
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>

Received on 2023-11-23 17:30:03