ldc2 crashes when trying to compile my app

Per Nordlöw per.nordlow at gmail.com
Sat Sep 1 20:40:21 UTC 2018


On Saturday, 1 September 2018 at 20:35:52 UTC, Per Nordlöw wrote:
> On Saturday, 1 September 2018 at 19:52:14 UTC, kinke wrote:
>> `_Z7DtoLValP6DValue` may be suitable...
>
> Is this a C++-symbol?
>
> import core.demangle;
> demangle("_Z7DtoLValP6DValue")
>
> returns the same string...

It's C++.

Demangled via

     c++filt -n _Z7DtoLValP6DValue

returns

     DtoLVal(DValue*)



More information about the Digitalmars-d-learn mailing list