On 31/12/2017 22:46, Stefan Ram wrote:
> JiiPee <
n...@notvalid.com> writes:
>> void
> ...
>> void
> The second declaration appears in a scope that is nested in
> the scope of the first declaration. Therefore, the second
> declaration /hides/ the outer declaration of the same name
> [basic.scope.hiding], and hidden names do not take part in
> name resolution.
>
ok, thanks, I thought its something like this.