On 11/3/22 1:46 PM, Tejas wrote:

Check my post, `A& a;` refuses to compile in C++20 atleast, asking to be explicitly initialized, thus averting the problem altogether

That's different, `A&` cannot be rebound in C++, whereas a class reference can.

Try `A* a;` and see if it compiles

-Steve

Reply via email to