﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
129	Infinite Recursion in TypeSubstitution::Substituter::postmutate	pabuhr		"The following code fragment causes inifinite recursion in member TypeSubstitution::Substituter::postmutate.
{{{
forall( dtype ostype ) {
    ostype & ?|?( ostype &, ostype & (*)( ostype & ) );
    ostype & nonl( ostype & );
    ostype & ?|?( ostype & os, int ) {
	os | nonl;
    }
}
}}}"	defect	closed	minor	cfa-cc	1.0	fixed		
