XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 3.6.0-rc1
    • C/C++/Obj-C++ Support

    Description

      Indentation stops working on this string
      <N < 4>>
      Example:

      template <bool>
      class TEnableIf;
      
      class TExample {
          template <size_t N, class = TEnableIf<N < 4>>
                    void f();
      };
      

      Attachments

        Activity

          People

            kandeler Christian Kandeler
            dimanne DimanNe
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: