I've gone ahead and merged it in r278426.
On Wed, Aug 10, 2016 at 5:19 PM, Eric Fiselier wrote:
> I would support merging this change.
>
> /Eric
>
> On Wed, Aug 10, 2016 at 3:20 PM, Hans Wennborg via cfe-commits
> wrote:
>>
>> Should we merge this to 3.9? Looks like a straight-forward fix for
>>
I would support merging this change.
/Eric
On Wed, Aug 10, 2016 at 3:20 PM, Hans Wennborg via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Should we merge this to 3.9? Looks like a straight-forward fix for
> something that was hit by real code.
>
> Thanks,
> Hans
>
> On Wed, Aug 10, 2016 a
Should we merge this to 3.9? Looks like a straight-forward fix for
something that was hit by real code.
Thanks,
Hans
On Wed, Aug 10, 2016 at 1:04 PM, Marshall Clow via cfe-commits
wrote:
> Author: marshall
> Date: Wed Aug 10 15:04:46 2016
> New Revision: 278282
>
> URL: http://llvm.org/viewvc/ll
Author: marshall
Date: Wed Aug 10 15:04:46 2016
New Revision: 278282
URL: http://llvm.org/viewvc/llvm-project?rev=278282&view=rev
Log:
std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
Added:
libcxx/trunk/test/std/iterators/iterator.range/begin-end.fail.cpp
Modified:
li