http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137
Matti Rintala <bitti at iki dot fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bitti at iki dot fi --- Comment #12 from Matti Rintala <bitti at iki dot fi> 2010-12-17 11:21:06 UTC --- Has there been any progress with this bug/problem? The latest C++0x draft still explicitly allows "array a<T, N> = { initializer-list };" (23.3.1/2), but at least gcc 4.5.1 still gives a warning with -Wall enabled.