This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/22634] partial_sum is too constrained
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2005 09:51:15 -0000
- Subject: [Bug libstdc++/22634] partial_sum is too constrained
- References: <20050723200746.22634.squell@alumina.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gdr at integrable-solutions dot net 2005-07-25 09:51 -------
Subject: Re: partial_sum is too constrained
"chris at bubblescope dot net" <gcc-bugzilla@gcc.gnu.org> writes:
| I'm not personally 100% sure that this should be "fixed", I've used
| partial_sum where I've assumed this behaviour,
I have codes that naturally fits partial_sum(), but will break if
ported to STL with the current implementation -- and yes, I do have
valid reasons to move the codes to use STL. And I think a fix is
needed to match the language semantics. I don't believe in tower of
wrappers where the specification is clearly not precise enough and
arguably needs adjustments. '2' + '4', has type int. Period.
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22634