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

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


dblaikie added subscribers: paulsemel, dblaikie.
dblaikie added a comment.

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?


Repository:
  rL LLVM

https://reviews.llvm.org/D49402





More information about the llvm-commits mailing list