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.
> #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