std.socket undefined UnixAddress?

Rob T alanb at ucora.com
Wed Jan 23 22:47:34 PST 2013


I'm using Linux, which supports unix domain sockets, but when I 
try to use UnixAddress it's not available.

Anyone know why?

import std.socket;

int main()
{
     Address UnixAddr = new UnixAddress( "path" ); // <- compile 
error
     return(0);
}

Error: undefined identifier UnixAddress

--rt


More information about the Digitalmars-d-learn mailing list