This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51989] std::deque::iterator recognised as container
- From: "leonid at volnitsky dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 25 Jan 2012 10:29:29 +0000
- Subject: [Bug c++/51989] std::deque::iterator recognised as container
- Auto-submitted: auto-generated
- References: <bug-51989-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51989
--- Comment #6 from Leonid Volnitsky <leonid at volnitsky dot com> 2012-01-25 10:29:29 UTC ---
Also, new is_container<T> with decltype, have value == 0 for any, non-void
type.