[Issue 14441] Strange error with string ctor
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Mar 20 22:35:52 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14441
Basile-z <b2.temp at gmx.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |INVALID
--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
string is not a builtin type, it's an alias to an array, so the rule for
uniform constructor call doesn't apply.
--
    
    
More information about the Digitalmars-d-bugs
mailing list