http://llvm.org/bugs/show_bug.cgi?id=20037

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |DUPLICATE

--- Comment #1 from Richard Smith <[email protected]> ---
In

  for (auto size : sizes)

... we have a __range variable of type array<size_t, 2>, and we try to call
array<size_t, 1>::begin() on it. Dup of PR14858 (we can't handle sizeof...(T)
inside an alias template).

*** This bug has been marked as a duplicate of bug 14858 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to