Open Konard opened 2 years ago
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
and usage example:
But... dynamic polymorphism it is:
DynType = x
but not:
DynType<Generic1, Generic2, ...> = x
Dynamic polymorphism is
Doublets::ILinks<LinksOptionsType> storage = UnitedMemoryLinks<…>;
https://github.com/linksplatform/Memory/blob/1dd28922798abf85cbf535a5367395d399b5ec1d/cpp/Platform.Memory/ArrayMemory.h#L4 This is only an example, we should use new style in all code files.