------- Comment #7 from gdr at integrable-solutions dot net 2005-11-28 18:46 ------- Subject: Re: Warning "missing braces around initializer" causing problems with tr1::array
"chris at bubblescope dot net" <[EMAIL PROTECTED]> writes: | Actually, is a report really approriate? Writing array<int,3> = {1,2,3} is | perfectly valid C++, just warned about with -Wmissing-braces You're absolutely right! I forgot 8.5.1/11! Can't we have simple, general rules, without list of special cases? :-( -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137