This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50160] vector<bool> comparison very slow (no overload)
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Aug 2011 00:33:52 +0000
- Subject: [Bug libstdc++/50160] vector<bool> comparison very slow (no overload)
- Auto-submitted: auto-generated
- References: <bug-50160-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160
--- Comment #22 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-31 00:33:52 UTC ---
Can't you do ~a < ~b ?