This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/15910] can't compile self defined void distance(std::vector<T>, std::vector<T>)
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Aug 2004 10:50:23 -0000
- Subject: [Bug libstdc++/15910] can't compile self defined void distance(std::vector<T>, std::vector<T>)
- References: <20040610143911.15910.king.benjamin@mh-hannover.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-08-03 10:50 -------
I'm saying 'suspended' not 'not a bug'!
First, the ongoing work on type traits + tr1 may simplify considerably this kind
of refinements, exploting enable_if idioms.
Second, if we really want to go this way, we should do it consistently: don't you
believe that most definitely *many* other places of the library could be amenable
to this treatment?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15910