How to get compatible symbol names and runtime typeid names for templated classes?

cc cc at nevernet.com
Tue May 3 16:38:23 UTC 2022


On Tuesday, 3 May 2022 at 15:08:53 UTC, H. S. Teoh wrote:
> 	class Base : Serializable!(Base) { ... }
> 	class Derived : Serializable!(Base, Derived) { ... }

This is really interesting syntax, I'm surprised that works!


More information about the Digitalmars-d-learn mailing list