This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49894] Uniform initialization in constructor (C++0x)


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}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]