[PATCH] D44175: Add std:: to begin and end in drop_begin

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 14:18:21 PST 2018


On Tue, Mar 6, 2018 at 2:14 PM Benjamin Kramer via Phabricator <
reviews at reviews.llvm.org> wrote:

> bkramer added a comment.
>
> In https://reviews.llvm.org/D44175#1029118, @dblaikie wrote:
>
> > What we probably need is some kind of adl_begin/adl_end functions that
> wrap up this functionality for easy reuse throughout our STL
> helpers/wrapper/etc. Though I haven't given a lot of thought to how
> easy/hard that'd be to implement :/
>
>
> We have adl_begin/adl_end in STLExtras.h
>

Oh, great! That's easy then :)


>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D44175
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/963008cb/attachment.html>


More information about the llvm-commits mailing list