﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
100	Ternary operator lost of const or some other cost	Thierry Delisle	Rob Schluntz <rschlunt@…>	"{{{
struct Thingy {
	char name[30];
};

struct MoreThingy {
	Thingy * condig;
};

const char * got(MoreThingy & this) { 
	return this.condig ? this.condig->name : ""Nope""; 
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
