You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RInt tab completion seems to be just using the list of members returned by TClass::GetListOfAllPublicDataMembers(), which for the reproducer above includes x. 😮💨
How crucial is the fix of this - is there a problem (beyond tab completion) that is a consequence of this bug? This seems to be a very uncommon setup for member access; unless I get some good motivation I'm going to flag this as "low priority". Let me know!
For the following class definition
the tab completion of
b.<tab>
of an objectB b;
showsx
. Normally, private data members are not shown though.The text was updated successfully, but these errors were encountered: