This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/29914] std::distance(iterator, const_iterator)
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2006 20:21:27 -0000
- Subject: [Bug libstdc++/29914] std::distance(iterator, const_iterator)
- References: <bug-29914-8535@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pcarlini at suse dot de 2006-11-20 20:21 -------
I don't think this is simply matter of QoI: the standard is very clear about
the number (1) of template parameters. As a matter of fact, at least another
couple of implementations also reject this kind of snippet. Are you aware of
any actual implementation accepting it? In that case, we could possibly
escalate the issue to a Standard DR, we would look more in detail into it.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29914