This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81507] map header kills variant of vectors
- 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: Fri, 21 Jul 2017 11:09:50 +0000
- Subject: [Bug c++/81507] map header kills variant of vectors
- Auto-submitted: auto-generated
- References: <bug-81507-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81507
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
/home/bebuch/media/programme/gcc-7/include/c++/7.1.1/tuple:1670:44: required
from 'constexpr decltype(auto) std::apply(_Fn&&, _Tuple&&) [with _Fn = const
std::vector<int>&; _Tuple = long unsigned int]'
^^^ there's your hint. It tells you that std::apply was called.