This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] First bits of the algo merge
Hi Howard,
> 2. Make the std::lib more friendly towards proxied iterators so that
> bitvector and containers like it have better interoperability.
I'd like to ask your opinion (guess) about these two related issues:
1- Using strumentally the improved algorithm simplification strategy is
the only relatively simple way to substantially improve on that QoI
issue or you can imagine/suggest other (better?) ways?
2- Can you figure out relevant use cases that we would get wrong anyway
with the improved __ops::equal_to & co?
Thanks,
Paolo.