B Revzin - if const expr isn't broken (was Re: My Meeting C++ Keynote video is now available)

Jacob Carlborg doob at me.com
Fri Jan 18 10:24:43 UTC 2019


On 2019-01-17 23:44, H. S. Teoh wrote:

> Interesting.  Is it possible to assign a "fake" mangle to type functions
> that never actually gets emitted into the object code, but just enough
> to make various internal compiler stuff that needs to know the mangle
> work properly?

Not sure that would be possible. I tries to a support for pragma(mangle) 
on alias declarations. That opened a can of worms. It turns out that the 
compiler is using the mangling of a type to compare types internally.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list