[PATCH] D40006: Add ADL support to range based <algorithm> extensions

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 15:32:25 PST 2017


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/4400c84b/attachment.html>


More information about the llvm-commits mailing list