commit | 3a45801d341d8a5353437b5dcd20b0b7ce432836 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu Jun 20 13:51:47 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 13:40:17 2024 |
tree | 34aeb5b727e330eb3f3016c4be8d7ac1483fc283 | |
parent | e226676a165ed3b9f1bf94076d4e7b95c2275711 [diff] |
Make Unit types factories from float numbers be constexpr 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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.