This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53248] std::array<T,0> doesn't work when T is not default-constructible
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 06 May 2012 15:39:33 +0000
- Subject: [Bug libstdc++/53248] std::array<T,0> doesn't work when T is not default-constructible
- Auto-submitted: auto-generated
- References: <bug-53248-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53248
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-06 15:39:33 UTC ---
Thanks Daniel. Since we had this issue for so much time, I guess we could as
well wait a bit for the Committee to provide some feedback about the
specialization option: in case there are no objections, just go with that. I
would rather stay away from std::is_empty false, if we are fixing this.