[phobos] [D-Programming-Language/phobos] 206d6f: Add workaround to fix issue 10567
GitHub
noreply at github.com
Thu Jul 11 01:03:20 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 206d6f7fe9e09d6f4812258df1b206490934a3dd
https://github.com/D-Programming-Language/phobos/commit/206d6f7fe9e09d6f4812258df1b206490934a3dd
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M std/variant.d
Log Message:
-----------
Add workaround to fix issue 10567
Currently VariantN does not support const objects comparison. So just add specialized opCmp member and use cast().
Commit: c85bb0fb83457cc6c1dba9602aab9ffa6ca4f5d2
https://github.com/D-Programming-Language/phobos/commit/c85bb0fb83457cc6c1dba9602aab9ffa6ca4f5d2
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M std/variant.d
Log Message:
-----------
Merge pull request #1405 from 9rnsr/fix10567
Add workaround to fix issue 10567
Compare: https://github.com/D-Programming-Language/phobos/compare/b8531d46a972...c85bb0fb8345
More information about the phobos
mailing list