http://d.puremagic.com/issues/show_bug.cgi?id=2201


Rainer Schuetze <r.sagita...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagita...@gmx.de
            Version|1.029                       |D1 & D2


--- Comment #8 from Rainer Schuetze <r.sagita...@gmx.de> 2012-01-22 04:15:34 
PST ---
Sorry, but this is not true:


const string s = q{a
b};
static assert(s.length == 3);

void main()
{
    assert(s.length == 3);
}

asserts both at compile time and runtime when saving with CR+LF, passes with LF
only

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to