[llvm-bugs] [Bug 26231] New: Implement CWG 281 concerning inline friend functions

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 21 04:04:18 PST 2016


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

            Bug ID: 26231
           Summary: Implement CWG 281 concerning inline friend functions
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: r.hl at gmx.net
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

struct A {friend inline void f();};

The above should fail.

-- 
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/20160121/50a20b72/attachment.html>


More information about the llvm-bugs mailing list