mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
![]() std::isnan is not constexpr until c++23 and thus prevents constexpr construction from float numbers of unit types like DataRate That check is not needed because is redundant with later check that value is convertable to int64_t Bug: None Change-Id: Ie8a06287492eb2122edf23fed63f1cd1bcd9df3d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355220 Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42520} |
||
---|---|---|
.. | ||
BUILD.gn | ||
OWNERS | ||
unit_base.h | ||
unit_base_unittest.cc |