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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [koenig9.C] - Rev 698

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

// Test for sensible handling of template-ids with arg-dep lookup.
// This is still an open issue.

namespace N
{
  struct A { };
  void f(void (*)(int, N::A));
}

namespace M
{
  struct B { };
  void f(void (*)(B, N::A));
}

template <class T>
void g(T, N::A);

void g();

int main()
{
  f(g<int>);
  f(g<M::B>);
}

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.