[llvm-bugs] [Bug 26793] Assertion failure in return statement for a type with fold expression that contains two parameter packs in a function template of a class template

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 5 22:59:42 PST 2019


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

Mark de Wever <koraq at xs4all.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |koraq at xs4all.nl

--- Comment #4 from Mark de Wever <koraq at xs4all.nl> ---
It seems fixed in clang 9

using no std give a warning
https://godbolt.org/z/TceQ22

Using -std=c++17 compiles
https://godbolt.org/z/GVQpjB

-- 
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/20191206/95693d59/attachment.html>


More information about the llvm-bugs mailing list