commit | afe25662eeb9b8ff945c1e2b39c47f143a324f31 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Thu Jun 16 14:50:33 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Jul 01 16:20:51 2022 +0000 |
tree | ad12c81ad437d24774c80bb79836fec194e69381 | |
parent | b8c26f8bfebd10b2948a6224bc47c7d66b0d6f08 [diff] |
Reland "Replace SK_ARRAY_COUNT with std::size() all the rest" This is a reland of commit f838f6f62f62012c2b7d78f41901e4fdcfc21181 Original change's description: > Replace SK_ARRAY_COUNT with std::size() all the rest > > Added changes to IWYU_mapping.imp to allow std::size. This > requires multiple entries because std::size can be defined from > any number of files. Please see the following for reference: > https://en.cppreference.com/w/cpp/iterator/size > > Please check that I got all the includes from the documented list. > > Change-Id: I8346834ea7f37128f2dc50f238af0665a1fcfd8d > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/550696 > Reviewed-by: John Stiles <johnstiles@google.com> > Reviewed-by: Kevin Lubick <kjlubick@google.com> > Commit-Queue: Herb Derby <herb@google.com> Change-Id: I4c50340ac2a970de479da57d7d1b55bbf267b617 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/555004 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: John Stiles <johnstiles@google.com>