﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
18	Allow sizeof On Generic Type Parameters	ajbeach	Aaron Moss <a3moss@…>	"I just found a note in one of the tests about a feature request. Short version is sizeof(T) does not compile. Here is the example I found.

{{{
forall(otype T)
union ByteView {
    T val;
    char bytes[(sizeof(int))]; // want to change to sizeof(T)
};
}}}

I did test it with sizeof(T) and it produced an error, but at the same time it feels like an operation that should be allowed. I think the value is already there, just not accessible directly."	enhancement	closed	minor	cfa-cc	1.0	fixed		
