[PATCH] D17053: [libcxx]: vector: Use < instead of != to improve failure mode
Howard Hinnant via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 9 16:40:29 PST 2016
On Feb 9, 2016, at 7:17 PM, Duncan P. N. Exon Smith via cfe-commits <cfe-commits at lists.llvm.org> wrote:
>
> Any other ideas for improving the failure mode?
Here’s a suggestion:
https://github.com/llvm-mirror/libcxx/blob/master/include/vector#L1658
Make this easy to activate.
Howard
More information about the cfe-commits
mailing list