[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 305219] New: C++11: Failure to parse initializer-list syntax.
From:       Juliano F. Ravasi <bugs+kde () juliano ! info>
Date:       2012-08-15 22:05:18
Message-ID: bug-305219-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=305219

            Bug ID: 305219
          Severity: normal
           Version: git master
          Priority: NOR
          Assignee: kdevelop-bugs@kdevelop.org
           Summary: C++11: Failure to parse initializer-list syntax.
    Classification: Unclassified
                OS: Linux
          Reporter: bugs+kde@juliano.info
          Hardware: Compiled Sources
            Status: UNCONFIRMED
         Component: cpp-parser
           Product: kdevelop

Example C++11 code:

-----
// KDevelop 4.3.1 bug test.
#include <string>

void func(std::string s) { }

int main() {
  auto str = std::string { "example" };  // Can't parse?
  func(std::string{"example"});  // Can't parse?
}
-----



Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic