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++/56772] placement new operator does not work inside function template for array types.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56772

--- Comment #2 from meng at g dot clemson.edu 2013-03-29 00:45:23 UTC ---
(In reply to comment #1)
> I see a sorry message thus the issue seems known.

I agree. What confused me was that the feature is not unimplemented, it worked
well for ordinary functions. I wonder what makes function templates a special
exception in this case.


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