From kdevelop-bugs Tue Apr 26 13:16:08 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Tue, 26 Apr 2005 13:16:08 +0000 To: kdevelop-bugs Subject: [Bug 104591] New: C++ wchar literal 'L' prefix not recognized outside class or function Message-Id: <20050426151607.104591.ipo () hush ! ai> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306936407013 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=104591 Summary: C++ wchar literal 'L' prefix not recognized outside class or function Product: kdevelop Version: unspecified Platform: Debian testing OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: ipo hush ai Version: 3.2.0 (using KDE KDE 3.3.2) Installed from: Debian testing/unstable Packages OS: Linux Wchar literals as values for static consts cause syntax errors in the parser, for example static const std::wstring UDN_BASE = L"uuid:g1-mediaserver-"; defined in the global scope causes "Syntax error before '"uuid:g1-mediaserver-"'" to appear under "Problems". Similar literals in e.g. functions cause no errors.