[PATCH] D40006: Add ADL support to range based <algorithm> extensions
Stephan Dollberg via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 15:43:27 PST 2017
You need to do it please. I don't have rights.
Thanks.
On Thu, Nov 16, 2017 at 11:32 PM, David Blaikie <dblaikie at gmail.com> wrote:
> Can you commit this yourself, or do you need me to do so?
>
> On Thu, Nov 16, 2017 at 3:26 PM Stephan Dollberg via Phabricator
> <reviews at reviews.llvm.org> wrote:
>>
>> stephan.dollberg updated this revision to Diff 123250.
>> stephan.dollberg added a comment.
>>
>> Switched to adl_ from adl::.
>>
>> Also added adl_swap (adl guard is still needed for the noexcept
>> specification).
>> Didn't migrate any std::swap usage yet.
>>
>>
>> https://reviews.llvm.org/D40006
>>
>> Files:
>> include/llvm/ADT/STLExtras.h
>> unittests/ADT/STLExtrasTest.cpp
>>
>
More information about the llvm-commits
mailing list