[phobos] [D-Programming-Language/phobos] 464151: Removed unneeded imports.
GitHub
noreply at github.com
Sat Nov 17 17:02:10 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 464151ddc182719278143e4758b1651064ea3b0e
https://github.com/D-Programming-Language/phobos/commit/464151ddc182719278143e4758b1651064ea3b0e
Author: David Nadlinger <code at klickverbot.at>
Date: 2012-11-17 (Sat, 17 Nov 2012)
Changed paths:
M std/variant.d
Log Message:
-----------
Removed unneeded imports.
Commit: 0d05bfb615bb20a83e5e6c0edce41009c350a6a0
https://github.com/D-Programming-Language/phobos/commit/0d05bfb615bb20a83e5e6c0edce41009c350a6a0
Author: David Nadlinger <code at klickverbot.at>
Date: 2012-11-17 (Sat, 17 Nov 2012)
Changed paths:
M std/variant.d
Log Message:
-----------
Fix Variant comparison ops (fixes issue 7990).
Note that ptrdiff_t.min is used as a sentinel value in opCmp;
seems like this was an oversight during the 64 bit mass migration
in 8331c709.
Commit: d3d0bf0ffcc27502fab827d975643bc3237e3267
https://github.com/D-Programming-Language/phobos/commit/d3d0bf0ffcc27502fab827d975643bc3237e3267
Author: David Nadlinger <code at klickverbot.at>
Date: 2012-11-17 (Sat, 17 Nov 2012)
Changed paths:
M std/variant.d
Log Message:
-----------
Fix Issue 9043 - Crash on comparing unordered types.
Commit: b73388574b4f05aaeb3d0e08b5a80c9e02688b44
https://github.com/D-Programming-Language/phobos/commit/b73388574b4f05aaeb3d0e08b5a80c9e02688b44
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2012-11-17 (Sat, 17 Nov 2012)
Changed paths:
M std/variant.d
Log Message:
-----------
Merge pull request #957 from klickverbot/variant-fixes
std.variant comparison fixes
Compare: https://github.com/D-Programming-Language/phobos/compare/52fdda54227c...b73388574b4f
More information about the phobos
mailing list