Last active
November 23, 2020 09:27
-
-
Save shrddr/b65ad16a9fae0e1afce0 to your computer and use it in GitHub Desktop.
who owns who
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IModel* m = new MyModel(); | |
shared_ptr <IView> v(MyView()); | |
m->addView; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment