[Issue 23209] Linker error for valid code.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 8 10:22:29 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=23209
Bastiaan Veelo <Bastiaan at Veelo.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Bastiaan at Veelo.net
--- Comment #4 from Bastiaan Veelo <Bastiaan at Veelo.net> ---
Further reduced:
```d
void main()
{
import std.net.curl, std.stdio;
auto http = HTTP();
http.setAuthentication("", "");
writeln(1.0);
}
```
The missing symbol is `pure nothrow @nogc @trusted void
core.exception.__switch_errorT!().__switch_errorT(immutable(char)[], ulong)`.
--
More information about the Digitalmars-d-bugs
mailing list