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: unassignedclangb...@nondot.org
          Reporter: r...@gmx.net
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to