commit | 325789c4576b60147ee1ef225d438cbb740f65ff | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Fri Feb 04 15:13:37 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 07 09:14:05 2022 |
tree | ea7f97a8e2a4651851fc0e9151aea3533c1225f4 | |
parent | 67a68d57bf8e3f082134f45346ff6b8fa1f61521 [diff] |
Mark all bool conversion operators as explicit An explicit bool conversion operator will still be used implicitly when an expression appears in "bool context", e.g., as the condition in an if statement, or as argument to logical operators. The `explicit` annotation prevents conversion in other contexts, e.g., converting both a and b to bool in an expression like `a == b`. Bug: None Change-Id: I79ef35b1ea831e6011ae472900375ae8a3e617ab Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250664 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35927}
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.