[Bug libstdc++/50160] vector<bool> comparison very slow (no overload)
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Tue Aug 30 10:48:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|vector<bool> comparison |vector<bool> comparison
|very slow (no |very slow (no overload)
|specialisation) |
--- Comment #13 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-08-30 10:29:14 UTC ---
To be precise, we are talking about overloading not specializing. The issue, in
general, reminds me the way we overload std::fill and std::copy for ranges of
deque<>::iterator, but then in detail, there are the difficulties pointed out
by Marc. I'm certainly available for patch reviews, anyway.
More information about the Gcc-bugs
mailing list