From kdevelop-bugs Fri Jun 30 10:14:28 2006 From: Alexander Prokhorov Date: Fri, 30 Jun 2006 10:14:28 +0000 To: kdevelop-bugs Subject: [Bug 130064] New: Using typeof keyword leads to syntax error Message-Id: <20060630121427.130064.prokher () gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306952009864 ------- 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=130064 Summary: Using typeof keyword leads to syntax error highlighting. Product: kdevelop Version: 3.3.3 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: prokher gmail com Version: 3.3.3 (using KDE KDE 3.5.3) Installed from: Ubuntu Packages OS: Linux Try to write in kdevelop something like that: typedef typeof(flat_roll_back->get_external_nets()); It is right c++ string of code that can be compiled without any errors, but kdevelop syntax checked marked that string as error. This is a bug i think.