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/] [ttp15.C] - Rev 841

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

struct Dense {
  static const unsigned int dim = 1;
};

template <template <typename> class View,
          typename Block>
void operator+(float, View<Block> const&);

template <typename Block,
          unsigned int Dim = Block::dim>
struct Lvalue_proxy {
  operator float() const;
};

void
test_1d (void)
{
  Lvalue_proxy<Dense> p;
  float b;
  b + p;
}

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.