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

            Bug ID: 379271
           Summary: Autocompletion should propose to implement extern
                    template
           Product: kdevelop
           Version: 5.1.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: gufi...@gmail.com
  Target Milestone: ---

extern templates can be used to implement templates in cpp files when you
already know what specializations will be used in advance. When adding this to
a header:

    extern template struct example<5>;

I expect the IDE to propose me to "implement" the template like this in the cpp
file:

    template struct example<5>;

Even if this is a minor addition, this change would be welcome.

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

Reply via email to