[llvm-bugs] [Bug 26352] New: Implement CWG 1307; Differently bounded array parameters

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 28 03:14:54 PST 2016


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

            Bug ID: 26352
           Summary: Implement CWG 1307; Differently bounded array
                    parameters
           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

int main() {
  int f(int(&&)[1]);
  int f(int(&&)[2]);
  f({1});
}

The list initialization sequence specified by [over.ics.list]/5 for the first
overload is better as per [over.ics.rank]/(3.1.2).

-- 
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/20160128/e88c5b5a/attachment.html>


More information about the llvm-bugs mailing list