[PATCH] D49402: [STLExtras] Add size() for arrays

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 16:23:32 PDT 2018


Seems like the existing size(R &&Range) function could be generalized (by
using adl_begin/end rather than member begin/end? Would that be enough) to
cover arrays as well, maybe?

On Wed, Jul 18, 2018 at 11:24 AM Paul Semel via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:

> paulsemel closed this revision.
> paulsemel added a comment.
>
> I agree with James !
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D49402
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/e4e510e2/attachment.html>


More information about the llvm-commits mailing list