-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use optional static polymorphism instead of direct inheritance from interface #75
Comments
Why is static polymorphism here? |
@uselessgoddess because we already use it in other repositories. |
Ok, bro |
Can I see link to small example of usage it |
But... dynamic polymorphism it is: DynType = x but not: DynType<Generic1, Generic2, ...> = x |
Dynamic polymorphism is Doublets::ILinks<LinksOptionsType> storage = UnitedMemoryLinks<…>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Memory/cpp/Platform.Memory/ArrayMemory.h
Line 4 in 1dd2892
This is only an example, we should use new style in all code files.
The text was updated successfully, but these errors were encountered: