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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [vt-34219.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
// { dg-options "-std=c++0x" }
2
template
3
struct max
4
{
5
  static const T value = a > max::value ? a : max::value; // { dg-error "not expanded|Params" }
6
};
7
 
8
template
9
struct max
10
{
11
        static const T value = a > b ? a : b;
12
};
13
 
14
static const int value1 = max< int, 1, 2>::value;
15
static const int value2 = max< int, 1, 3, 5>::value;

powered by: WebSVN 2.1.0

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