This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/66693] [C++17] std::tuple_size fails with const std::array
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 28 Jun 2015 13:35:41 +0000
- Subject: [Bug libstdc++/66693] [C++17] std::tuple_size fails with const std::array
- Auto-submitted: auto-generated
- References: <bug-66693-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66693
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-06-28
Component|c++ |libstdc++
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I think we should move those metafunctions out of <tuple> into a common header
that can be used in <tuple>, <utility> and <array>.