pragma(mangle, on a template)

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 16 20:14:14 PDT 2015


On Monday, 17 August 2015 at 02:46:02 UTC, Freddy wrote:
> pragma(mangle, "MyAlias") alias MyAlias = MyStruct!("a", "b", 
> "c" /+very long symbol bloating list+/ );

Mangling is done at a different level in the compiler than 
aliases, so I don't think this is intended to work.


More information about the Digitalmars-d-learn mailing list