[llvm] r185676 - Remove use of asymmetric std::lower_bound comparator.

Chandler Carruth chandlerc at google.com
Thu Jul 4 16:53:17 PDT 2013


On Thu, Jul 4, 2013 at 4:20 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com>wrote:

> Author: ab
> Date: Thu Jul  4 18:20:12 2013
> New Revision: 185676
>
> URL: http://llvm.org/viewvc/llvm-project?rev=185676&view=rev
> Log:
> Remove use of asymmetric std::lower_bound comparator.
>
> VS 2008 doesn't like it when in debug mode.
>

There are a lot of very legitimate uses of asymmetric std::lower_bound
comparators. I don't think we should criple our standard library support
for a version of visual studio so old. Can we revert this and just ask
people to use 2010 or newer?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130704/07faa0ef/attachment.html>


More information about the llvm-commits mailing list