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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [typedef38.C] - Rev 693

Compare with Previous | Blame | View Log

// Origin: PR c++/46394
// { dg-options "-std=c++0x" }
// { dg-do compile }

template<class T>
struct S0
{
  typedef T type;
};

template<class... X>
struct S1
{
  typedef int I;
};

struct A
{
  template<class...U, class V=typename S1<typename S0<U>::type...>::I>
  A(U...u);
};

int
main()
{
  A a(1, 2);
}

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.