commit | bd4317263a2aed4310f99c60fca540e41a996ec9 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Mon Sep 05 11:20:54 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 05 11:20:58 2016 |
tree | bfcccbc2b425428338c8fefc5ed493f62f044382 | |
parent | 59af8b77145b8ff33a610128d339f02f950d3e7a [diff] |
Restrict the 1-argument ArrayView constructor to types with .size() and .data() Before this change, the argument still needed those methods, but not having them resulted in a compilation error. Now, it results in this constructor being removed from the overload set. This currently makes no difference, but I'm about to publish a CL that breaks without this. Review-Url: https://codereview.webrtc.org/2312473002 Cr-Commit-Position: refs/heads/master@{#14068}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.