Shafik Y
A
In response to Shafik Y.
It might help to think about this code instead to understand what is going on:

void f() {
using T = int;
int x;
0 .T::~T(); // OK, no effect
x.T::~T();
}

https://godbolt.org/z/bq3hYhGx9
06:47 PM - Apr 22, 2023
0
0
loading...
{{ notificationModalContent }} {{ promptModalMessage }}