This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49894] Uniform initialization in constructor (C++0x)
- From: "d.v.a at ngs dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 29 Jul 2011 10:13:22 +0000
- Subject: [Bug c++/49894] Uniform initialization in constructor (C++0x)
- Auto-submitted: auto-generated
- References: <bug-49894-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49894
--- Comment #3 from __vic <d.v.a at ngs dot ru> 2011-07-29 10:13:16 UTC ---
> test.cpp:7:84: error: could not convert '{{0, 0}, 0, "", 0}' from
> '<brace-enclosed initializer list>' to 'pthread_cond_t'
>
Initializer is:
{{0, 0}, 0, "", 0}