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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 01:41:13 PDT 2018


jhenderson added a comment.

In https://reviews.llvm.org/D49402#1164683, @jhenderson wrote:

> I'd also make sure your commit comment mentions that this is intended to match std::size in C++17 (perhaps referencing the version you're implementing and the relevant version, i.e. version 2).


Apologies, I messed up that last part - it should probably say "(perhaps referencing the implementation you are following)"


Repository:
  rL LLVM

https://reviews.llvm.org/D49402





More information about the llvm-commits mailing list