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/] [lambda/] [lambda-this.C] - Blame information for rev 307

Go to most recent revision | 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-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.