[phobos] [D-Programming-Language/phobos] 6451af: Make std.socket.formatSocketError public.

GitHub noreply at github.com
Sun Nov 11 01:42:51 PST 2012


  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 at 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 at 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


More information about the phobos mailing list