Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 3.6.0-rc1
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(); };