November 11, 2012 [phobos] [D-Programming-Language/phobos] 6451af: Make std.socket.formatSocketError public. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6451af6281cc5d4eabbaefb6f6343de075fbd138 https://github.com/D-Programming-Language/phobos/commit/6451af6281cc5d4eabbaefb6f6343de075fbd138 Author: jmdavis <jmdavisProg@gmx.com> Date: 2012-11-11 (Sun, 11 Nov 2012) Changed paths: M std/socket.d Log Message: ----------- Make std.socket.formatSocketError public. If it's private, it's impossible to throw a SocketOSException outside of std.socket, because it uses it as a default argument in its constructors. Commit: bd34cdbd1cbe6bdc9dfb6012818d32530c8543db https://github.com/D-Programming-Language/phobos/commit/bd34cdbd1cbe6bdc9dfb6012818d32530c8543db Author: Alex Rønne Petersen <alex@lycus.org> Date: 2012-11-11 (Sun, 11 Nov 2012) Changed paths: M std/socket.d Log Message: ----------- Merge pull request #935 from jmdavis/socket Make std.socket.formatSocketError public. Compare: https://github.com/D-Programming-Language/phobos/compare/fc31fc2e1f63...bd34cdbd1cbe |
Copyright © 1999-2021 by the D Language Foundation