http://d.puremagic.com/issues/show_bug.cgi?id=2201
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|1.029 |D1 & D2 --- Comment #8 from Rainer Schuetze <[email protected]> 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: -------
