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/] [friend45.C] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
// PR c++/28025
2
 
3
class BaseSubmit
4
{
5
  template friend class PeriodicSubmit;
6
};
7
 
8
template
9
class ValuesSubmit
10
{
11
  template friend class PeriodicSubmit;
12
};
13
 
14
class A;
15
class MultiSubmit : public ValuesSubmit
16
{
17
};

powered by: WebSVN 2.1.0

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