Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Private and public members #38

Open
Coolnesss opened this issue Nov 6, 2017 · 2 comments
Open

Private and public members #38

Coolnesss opened this issue Nov 6, 2017 · 2 comments
Labels

Comments

@Coolnesss
Copy link
Collaborator

Now that the standard library is growing, we really need this.

Suggestion: could be e.g

class Foo {
   // private stuff
   public:
   // public stuff
   protected:
   // package-only stuff
}

Which would mean everything is private unless explicitly stated otherwise

@Coolnesss
Copy link
Collaborator Author

Is this (partially) addressed by 683d7e2 ?

@emlai
Copy link
Owner

emlai commented Feb 15, 2018

Yeah, still have to add public.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants