OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [friend22.C] - Rev 841

Go to most recent revision | Compare with Previous | Blame | View Log

// { dg-do compile }

// Origin: Benoit Hudson <bh@techhouse.brown.edu>

// PR c++/641: Duplicate friend diagnostics

template <class T> class iterator { };
template <class T> class item {
    friend class iterator<T>;
    friend class iterator<const T>;
};

class A { };

item<const A> i;

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.