Opened 8 years ago
Closed 8 years ago
#69 closed defect (fixed)
With statement and anonymous fields
| Reported by: | Thierry Delisle | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | cfa-cc |
| Version: | 1.0 | Keywords: | |
| Cc: |
Description
with statement does not work with anonymous fields:
struct inner { int value; };
struct outer { inner; };
int foo(outer & this) with( this ) {
return value;
}
Change History (1)
comment:1 by , 8 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 1485c1a: