This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/23767] std::vector iterator implementation wrong


------- Additional Comments From pcarlini at suse dot de  2005-09-07 20:14 -------
(In reply to comment #5)
> How about something like:

Yes, in my mind earlier today I considered that solution. In principle should
work. However, there are issues, I'm afraid: optimization issues with the
extra dummy parameter (right?) and, well, maybe we can figure out something
cleaner (in particular, I'm under the impression that, as a policy, we do our
best to minimize the enable_if-isms) 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23767


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]