This is the mail archive of the gcc-patches@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]

Re: C++ PATCH for libstdc++/48760 (list-initialization of complex)


On 04/28/2011 03:36 AM, Jason Merrill wrote:
In the discussion of 48760, Gaby suggested that we allow list-initialization of built-in complex numbers. This made a lot of sense to me, so I've gone ahead and implemented it.
Great. Thus, as regards the std::complex constructor application of this, I'm going to fix the problem completely in mainline (either in the initializer for c++0x, or in the body for c++03) and only in c++03 mode in the branch.

Thanks again,
Paolo.


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