[phobos] [D-Programming-Language/phobos] b21c39: Fix issue 10958 - Variant fails to compile for typ...
GitHub
noreply at github.com
Sat Feb 15 14:55:36 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b21c398ca2aad2934af4eec31dc4cf298d6b0b22
https://github.com/D-Programming-Language/phobos/commit/b21c398ca2aad2934af4eec31dc4cf298d6b0b22
Author: Ognjen Ivkovic <opantm2+git at gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M std/variant.d
Log Message:
-----------
Fix issue 10958 - Variant fails to compile for types with sizeof == 0.
Commit: 23f292ce1c083b33b7833eea96d4b7639752b311
https://github.com/D-Programming-Language/phobos/commit/23f292ce1c083b33b7833eea96d4b7639752b311
Author: Ognjen Ivkovic <opantm2+git at gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M std/variant.d
Log Message:
-----------
Add assignment to EmptyArray.init to prevent use before set error.
Commit: 467d5d684b8acdb114ed97e800615108ae4d81c8
https://github.com/D-Programming-Language/phobos/commit/467d5d684b8acdb114ed97e800615108ae4d81c8
Author: Ognjen Ivkovic <opantm2+git at gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M std/variant.d
Log Message:
-----------
Fixed unittests to include original, proper, test case.
Commit: adb9685694c63eae4b42bafa58e21ed69a42b148
https://github.com/D-Programming-Language/phobos/commit/adb9685694c63eae4b42bafa58e21ed69a42b148
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-15 (Sat, 15 Feb 2014)
Changed paths:
M std/variant.d
Log Message:
-----------
Merge pull request #1936 from Kapps/fix10958
Fix issue 10958 - Variant fails to compile for types with sizeof == 0.
Compare: https://github.com/D-Programming-Language/phobos/compare/ae4678e2bb6b...adb9685694c6
More information about the phobos
mailing list