[Issue 11587] Cannot compare AAs at compile time
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Mar 24 07:34:26 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=11587
Nicolas Sicard <dransic at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dransic at gmail.com
--- Comment #3 from Nicolas Sicard <dransic at gmail.com> ---
Is this error related to this (supposedly fixed) bug?
static assert([1: 1] != [1: 2, 2: 1]); // OK
static assert([1: 1] != [1: 2]); // OK
static assert([1: 1] != [2: 1]); // Error!
DMD 2.067-rc1
--
    
    
More information about the Digitalmars-d-bugs
mailing list