commit | 3e613c2590b2f76e3dd4cc13f76fb49aee05032b | [log] [tgz] |
---|---|---|
author | Dor Hen <dorhen@meta.com> | Mon Feb 05 15:58:10 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 08 11:42:40 2024 |
tree | 451d0e650c0d3f9fc394928179adb4de37094489 | |
parent | 68831d28c7be9d88d207999e52cc33f174e30a27 [diff] |
Change `vector<const T>` with `const vector<T>` As described in the issue. This won't compile under most compilers, at least that what godbolt indicated. So instead, using const vector<T> to prevent the compilation errors. Keep in mind this is a bit more restrictive as it also implies constness on the vector itself and not only its members, meaning we cannot push/pop. Bug: webrtc:15829 Change-Id: I19c1223f0a3c56082da75b39c2afe152ae43a3a7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/337960 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Guido Urdaneta <guidou@webrtc.org> Reviewed-by: Guido Urdaneta <guidou@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41695}
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.