C++ Logo

std-proposals

Advanced search

Re: "this->" -> "." alias

From: Ville Voutilainen <ville.voutilainen_at_[hidden]>
Date: Thu, 7 Oct 2021 12:38:16 +0300
On Thu, 7 Oct 2021 at 11:51, Keenan Horrigan via Std-Proposals
<std-proposals_at_[hidden]> wrote:
>
> I thought it was just things in the global namespace with a leading underscore (and anything with a double underscore anywhere) that were reserved for compiler/STL use, so member variables would be fine? Personally trailing underscores are far from aesthetically pleasing to my eyes

__reserved_everywhere (http://eel.is/c++draft/lex.name#3.1)
_Reserved_everywhere (ditto)
_reserved_if_global (http://eel.is/c++draft/lex.name#3.2)

Received on 2021-10-07 04:38:29