﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
69	With statement and anonymous fields	Thierry Delisle	Rob Schluntz <rschlunt@…>	"with statement does not work with anonymous fields:
{{{
struct inner { int value; };
struct outer { inner;     };

int foo(outer & this) with( this ) {
	return value;
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
