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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [variadic-ex6.C] - Blame information for rev 478

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

Line No. Rev Author Line
1 301 jeremybenn
// { dg-options "-std=gnu++0x" }
2
template struct Tuple { };
3
 
4
template void f(Types&...);
5
template void g(Tuple, Tuple);
6
 
7
void h(int x, float& y)
8
{
9
  const int z = x;
10
  f(x, y, z); // Types is deduced to int, const int, float
11
  g(Tuple(), Tuple()); // Types1 is deduced to short, int long
12
                                                        // Types2 is deduced to float, double
13
}

powered by: WebSVN 2.1.0

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