commit | 745c351b8bcf017dd22c398e14baed022fdd5b41 | [log] [tgz] |
---|---|---|
author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Mon May 30 22:28:11 2022 +0000 |
committer | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Mon May 30 22:30:54 2022 +0000 |
tree | e5c8ecf0eaae69c931b7b128bf2a4e70de97528c | |
parent | 7fc26b99d3b3836a078b6de4057a99bebf300528 [diff] |
vts: Upsize 8bit uniform_int_distribution uniform_int_distribution<a> for types sizeof(a) < 2 are not valid by the C++ library standard. Newer versions of LLVM (particularly spurred on by ChromeOS toolchain changes) require at least std::uniform_int_distribution<uint16_t>. This is a required change for rolling LLVM to r458507. This is necessary, but may not be sufficient to resolve the issue. Bug: 231351802 Test: mma Change-Id: I04c3cc91507f3467c432b9a25effdac3f5fb56f3