[llvm-bugs] [Bug 24747] New: Tuple with >=3 rvalue references fails construction with libstdc++

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 8 02:58:40 PDT 2015


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

            Bug ID: 24747
           Summary: Tuple with >=3 rvalue references fails construction
                    with libstdc++
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++14
          Assignee: unassignedclangbugs at nondot.org
          Reporter: r.hl at gmx.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

std::tuple<int&&, int&&, int&&>(0, 0, 0) fails with trunk using libstdc++.

-- 
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/20150908/c9022221/attachment.html>


More information about the llvm-bugs mailing list