commit | b76e4d091610ebdf7e875f5dac73918e42539c2f | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Sep 03 15:50:25 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 11:46:06 2025 |
tree | f55d2313d8ed1c4e3732c02c6a1953e7bd436bd3 | |
parent | 2d23c4e768a7835db62a8252149520e3d4ab08ad [diff] |
Constrain ArrayView constructors not to take over copy constructor Otherwise, a constructor template is inadvertently selected by overload resolution instead of the intended copy constructor, because the template is insufficiently constrained. This fixes the experimental "runtime-unintended-special-member-overload" clang-tidy check. Original-Author: Thomas Köppe <tkoeppe@google.com> Bug: webrtc:424706384 Change-Id: Ie5f34a4cd8b00c81517ef696515eca7b6da4c986 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/407700 Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45553}
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.