commit | 5efb965c1b4d8e7fda64d7b41ce2ca3c601fc3fb | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Mar 17 10:16:45 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 17 10:17:26 2020 -0700 |
tree | c60ca6d31e99cb5b09f7d26e9c3e1f12694e5b99 | |
parent | 3063760e67d3c3831396c4de5b6ff724457a32a2 [diff] |
Do not use iterators in ParsedQuicVersionIsValid This CL fixes a Chrome merge. The issue is that Chrome uses C++14 whereas g3 uses C++17, and std::array::begin() is only constexpr starting in C++17. gfe-relnote: n/a, no behavior change PiperOrigin-RevId: 301399514 Change-Id: I2a86e234950d35ff6022285eb592cbd4576881f8