﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
157	Initializing functions	pabuhr		"The initializer is parsed but never used and no error given.
{{{
struct S { int i; };
int f() = 3;
void ?{}( S & ) = delete;
void ^?{}( S & ) = delete + 3;
}}}
Compiles but the initializers are ignored rather than giving an error that the function cannot be initialized unless it is a function pointer."	defect	new	minor	cfa-cc	1.0			
