digitalmars.D.bugs - [Issue 2685] New: implicit string literal concatenation
- d-bugmail puremagic.com (34/34) Feb 24 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2685
- d-bugmail puremagic.com (11/11) Feb 24 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2685
http://d.puremagic.com/issues/show_bug.cgi?id=2685 Summary: implicit string literal concatenation Product: D Version: 2.025 Platform: All URL: http://www.digitalmars.com/webnews/newsgroups.php?art_gr oup=digitalmars.D&article_id=84749 OS/Version: All Status: NEW Keywords: spec Severity: normal Priority: P3 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: maxmo pochta.ru Find the bug: static string[] KEYWORDS = [ "abstract", "alias", "align", "asm", "assert", "auto", "body", "bool", "break", "byte", "case", "cast", "catch", "cdouble", "cent", "cfloat", "char", "class", "const", "continue", "creal", "dchar", "debug", "default", "delegate", "delete", "deprecated", "do", "double", "else", "enum", "export", "extern", "false", "final", "finally", "float", "for", "foreach", "foreach_reverse", "function", "goto", "idouble", "if", "ifloat", "import", "in", "inout", "int", "interface", "invariant", "ireal", "is", "lazy", "long", "mixin", "module", "new", "null", "out", "override", "package", "pragma", "private", "private:", "protected", "protected:", "public", "public:", "real", "return", "scope", "short", "static", "struct", "super", "switch", "synchronized", "template", "this", "throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint" "ulong", "union", "unittest", "ushort", "version", "void", "volatile", "wchar", "while", "with", "~this" ]; --
Feb 24 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2685 matti.niemenmaa+dbugzilla iki.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Summary|implicit string literal |Implicit string literal |concatenation |concatenation ------- This is an enhancement request, not a bug. Marking as such. (The bug in the code is a missing comma after "uint".) --
Feb 24 2009