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

            Bug ID: 378267
           Summary: Astyle doesn't support c++11 initialization `type
                    var{x};`
           Product: kdevelop
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: astyle
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: petross...@gmail.com
  Target Milestone: ---

Astyle messes with c++11 {} initialization and thinks these are functions
brackets. As a consequence this happens:

Before
int minutes {0}, hours {0}

After reformating source
  int minutes
    {
    0}, hours...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to