[phobos] [D-Programming-Language/phobos] 067088: Allow use of UnixAddress on Unix-like platforms.
GitHub
noreply at github.com
Sat Mar 10 11:35:28 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 067088b278b243238ec19f406c84eac7750868ab
https://github.com/D-Programming-Language/phobos/commit/067088b278b243238ec19f406c84eac7750868ab
Author: Damian Ziemba <nazriel at driv.pl>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M std/socket.d
Log Message:
-----------
Allow use of UnixAddress on Unix-like platforms.
In current state static if check fails even if platform is
Linux, FreeBSD etc. As we noticed with CyberShadow the check for
struct existance should have form of is(StructName).
Commit: e73d795184d967b2f7a368f77f574fe5746bd2b5
https://github.com/D-Programming-Language/phobos/commit/e73d795184d967b2f7a368f77f574fe5746bd2b5
Author: Masahiro Nakagawa <repeatedly at gmail.com>
Date: 2012-03-10 (Sat, 10 Mar 2012)
Changed paths:
M std/socket.d
Log Message:
-----------
Merge pull request #484 from nazriel/master
Allow use of UnixAddress in std.socket on Unix-like platforms
Compare: https://github.com/D-Programming-Language/phobos/compare/a27e872...e73d795
More information about the phobos
mailing list