[phobos] [D-Programming-Language/phobos] 352dee: Fix issue #13354 - Use a generic Variant for passi...
    GitHub via phobos 
    phobos at puremagic.com
       
    Sat Sep  6 09:44:38 PDT 2014
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 352dee3a8961f6b0403ae781145b8e3d881ab447
      https://github.com/D-Programming-Language/phobos/commit/352dee3a8961f6b0403ae781145b8e3d881ab447
  Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
  Date:   2014-08-22 (Fri, 22 Aug 2014)
  Changed paths:
    M std/variant.d
  Log Message:
  -----------
  Fix issue #13354 - Use a generic Variant for passing opIndex/opIndexAssign arguments.
Also improves the error message when an incompatible index or value type is used by printing the actual type ID instead of "void[]" in the thrown exception.
  Commit: 9c8a1a5dfed7f0dc29c22da936fe964f0042562e
      https://github.com/D-Programming-Language/phobos/commit/9c8a1a5dfed7f0dc29c22da936fe964f0042562e
  Author: Михаил Страшун <public at dicebot.lv>
  Date:   2014-09-06 (Sat, 06 Sep 2014)
  Changed paths:
    M std/variant.d
  Log Message:
  -----------
  Merge pull request #2453 from s-ludwig/issue_13354
Fix issue #13354 - Use a generic Variant for passing opIndex/opIndexAssign arguments.
Compare: https://github.com/D-Programming-Language/phobos/compare/93de7f12946d...9c8a1a5dfed7
    
    
More information about the phobos
mailing list