﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
2	Variable Trait Requirements Cannot be Solved with Globals	ajbeach		"Variable assertions in traits cannot be satisfied by global variables.

int max;

trait current_maximum(otype T) {
    T max;
};

Int does not satisfy current_maximum."	defect	closed	minor	cfa-cc	1.0	fixed		
