﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
20	zero_t doesn't work well with default arguments	Thierry Delisle		"The following code does not compile :

{{{
struct foo {
	int i;
};

void ?{}( foo & this, zero_t zero ) {
	this.i = zero;
}

extern void bar( foo this = 0 );

int main() {
	bar();
}
}}}
"	defect	new	minor	cfa-cc	1.0		zero_t default param	
