------- Additional Comments From reichelt at gcc dot gnu dot org 2005-02-08 16:56 ------- Even shorter example:
================================
template<typename T> struct A
{
static const T i = 1;
char a[i];
};
================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19826
