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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [lambda/] [lambda-this.C] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// Test that implicit 'this' capture works, but that it's still an rvalue.
2
// { dg-options -std=c++0x }
3
 
4
struct A
5
{
6
  int i;
7
  void f()
8
  {
9
    [=] { i = 0; };
10
    [&] { i = 0; };
11
    [=] { this = 0; };          // { dg-error "lvalue" }
12
  }
13
};

powered by: WebSVN 2.1.0

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