[Bug c++/17449] New: Cannot shut warning off

igodard at pacbell dot net gcc-bugzilla@gcc.gnu.org
Mon Sep 13 01:19:00 GMT 2004


struct B;
template<typename T> struct A {
    friend
    A&  operator <<(A& a, B b);
    };
int main() {
    return 0; }

-- 
           Summary: Cannot shut warning off
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: igodard at pacbell dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17449



More information about the Gcc-bugs mailing list