commit | 57ff2734df74aaf331627fd51a8e79966c0d211c | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Mar 28 09:25:15 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 28 11:58:06 2018 |
tree | 2347a965d316ed3eb1d6841411879e4b459bd64e | |
parent | 467057ec7fe791e3cd8b9046fd5ba5ba701b3e5f [diff] |
Remove rtc::Optional::MoveValue This function is not present in std::optional The only use of MoveValue doesn't need move since copying underneath struct is as correct and as fast as moving Bug: webrtc:9078 Change-Id: Ic0c87e50ffd8f6c024759b14ceeb8922b5d3a6fd Reviewed-on: https://webrtc-review.googlesource.com/64986 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22646}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.