[phobos] [D-Programming-Language/phobos] 378fe7: Implement issue# 10314.

GitHub noreply at github.com
Thu Jul 4 01:37:04 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 378fe783523259849beebcc7553c0a9654d0c4f9
      https://github.com/D-Programming-Language/phobos/commit/378fe783523259849beebcc7553c0a9654d0c4f9
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M std/conv.d
    M std/traits.d

  Log Message:
  -----------
  Implement issue# 10314.

This moves std.traits.unsigned to std.conv and adds std.conv.signed,
since for some reason, we have std.traits.unsigned but do not have
std.traits.signed.


  Commit: 1b230c39c516e762a18a3a88748c52d4bfdc907a
      https://github.com/D-Programming-Language/phobos/commit/1b230c39c516e762a18a3a88748c52d4bfdc907a
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    M std/conv.d
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #1341 from jmdavis/signed

Implement issue# 10314 (add std.traits.signed).


Compare: https://github.com/D-Programming-Language/phobos/compare/2fb36f36b269...1b230c39c516


More information about the phobos mailing list