Anyone know why?
import std.socket; int main() {Address UnixAddr = new UnixAddress( "path" ); // <- compile error
return(0); } Error: undefined identifier UnixAddress --rt
Anyone know why?
import std.socket; int main() {Address UnixAddr = new UnixAddress( "path" ); // <- compile error
return(0); } Error: undefined identifier UnixAddress --rt