﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
91	Assignment to bool, not a boolean context	Thierry Delisle		"Assignment to bool and condition evaluation behave differently :
{{{
#include <stdbool.h>

struct fred {};
bool ?!=?(const fred & this, zero_t) { return true; }

void foo() {
	fred f;
	if(f) {}
	bool test = f;
}
}}}"	defect	new	minor	cfa-cc	1.0			
