C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Real World Programming, private = public

From: Phil Endecott <std_proposals_list_at_[hidden]>
Date: Sat, 02 Sep 2023 14:49:29 +0100
Frederick Virchanza Gotham wrote:
> #define private public
> #define protected public

gcc has -fno-access-control. I have used that for cases where I want
to inspect normally-private members for debugging.

I don't know what that does re the SFINAE issue that you mention.



Regards, Phil.

Received on 2023-09-02 13:49:31