------- Additional Comments From gdr at integrable-solutions dot net 2005-07-12 11:27 ------- Subject: Re: New: -Weff++ warns about missing usage of const initalizer list in synthesized ctors
"mutz at kde dot org" <[EMAIL PROTECTED]> writes:
| Hi,
|
| struct Foo {
| std::string s;
| };
|
| Foo f;
|
| emits
| warning: 'Foo::s' should be initialized in the member initialization list.
|
| Um, what? :)
compiler is speaking nonsense :-)
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22431
