[llvm-bugs] [Bug 24770] wrong template partial specialization instantiated in constexpr context

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 10 13:18:56 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24770

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |DUPLICATE

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
We miscompute sizeof...(_UElements) in _TMC as the number of immediate
arguments to _TMC (in this case, always 1, the argument '_UElements...').

*** 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150910/1e50c9b2/attachment.html>


More information about the llvm-bugs mailing list