Files
David Benjamin 815fec1839 Replace OPENSSL_ARRAY_SIZE with std::size
In the STL, <iterator> has a std::size for arrays. Some of these could
also just be ranged for loops. One static_assert could not use
std::size(out->whatever) because out was not a compile-time value, but
std::extent_v<decltype(out->whatever)> works instead.

Change-Id: I28007c79f5583e09167b81a34a447e205ee6dd9b
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/81658
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2025-08-28 12:22:59 -07:00
..
2025-03-20 03:42:00 -07:00
2025-03-20 03:42:00 -07:00
2025-03-20 03:42:00 -07:00
2018-05-15 23:58:32 +00:00
2025-03-20 03:42:00 -07:00
2025-03-20 03:41:54 -07:00
2025-03-20 03:41:54 -07:00
2025-07-09 12:17:15 -07:00
2025-03-20 03:41:54 -07:00
2025-03-20 03:41:54 -07:00
2025-03-20 03:41:54 -07:00
2025-03-20 03:41:54 -07:00
2025-03-20 03:41:54 -07:00