commit | f8d8d6d00c163f9a43c1ebd76238f1c24978618b | [log] [tgz] |
---|---|---|
author | Yusuke Suzuki <utatane.tea@gmail.com> | Thu May 17 13:01:13 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 17 13:51:02 2018 |
tree | 9cfac169d77d9f65a2854a0bacb2f105f3516fc3 | |
parent | c475ac14a97a792470a9f1be9697f32cb52d84c6 [diff] |
Use range-based-for instead of std::for_each and std::mem_fun std::mem_fun is deprecated in C++11, and removed in C++17. Using C++17 option for building libwebrtc causes build failure. This is found during upgrading WebKit tree from C++14 to C++17. This patch replaces std::for_each and std::mem_fun with range-based-for. We also merge loops for streams_ into one. Bug: webrtc:9277 Change-Id: I44a7e44ea21fc33ffa9a586ddfea570f97dfacb6 Reviewed-on: https://webrtc-review.googlesource.com/77280 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23285}
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.