﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
105	Compiler crash deleted expression	Thierry Delisle	Thierry Delisle	"This code crashes the compiler :
{{{
forall (otype T) {
	struct ImVector {
		T* Data;
	};

	static inline void clear( ImVector(T) & this);
}

struct ImGuiStorage {
	struct Pair	{
		union { int val_i; float val_f; void* val_p; };
	};
    	ImVector(Pair) Data;
};

void Clear(ImGuiStorage & this) { clear(this.Data); }
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
