Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplicities precedence #17

Open
mjdecker opened this issue Aug 12, 2016 · 1 comment
Open

Multiplicities precedence #17

mjdecker opened this issue Aug 12, 2016 · 1 comment

Comments

@mjdecker
Copy link
Contributor

// 0..1
std::shared_ptr<int> bar;

// *
int * bar;

// ??
std::shared_ptr<const unsigned int const * const> bar;
std::shared_ptr<int> * bar;
@dtg3
Copy link
Member

dtg3 commented Aug 15, 2016

Go with most restrictive.
OUTER TYPE is multiplicity.

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

No branches or pull requests

2 participants