commit | 4a206a96c121942c085cbbe1b1d73642508a6925 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Thu Mar 31 17:24:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 31 17:24:31 2016 |
tree | b8a45f448559540b4393bd3c354196f196e8c798 | |
parent | c0d31e915ca6d730c3d7a8219c229ad53a453201 [diff] |
Remove webrtc::ScopedVector We can (and should) use std::vector<std::unique_ptr<T>> instead. Because it's standard, and because it's safer since callers have to manually wrap elements in std::unique_ptr before inserting them and manually unwrap them after inserting them. Review URL: https://codereview.webrtc.org/1839603002 Cr-Commit-Position: refs/heads/master@{#12182}
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.