﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
89	forall distribution order is wrong	Thierry Delisle		"The order of the parameters of generic types inside a forall distribution clause seems wrong. For example, this does not compile :
{{{
struct swagl;
forall(otype T) {
    forall(dtype D) struct foo {
        D * ptr; T val;
    };
}

int main() {
    foo(int, swagl) bar;
}
}}}"	defect	closed	minor	cfa-cc	1.0	fixed		
