commit | 0d44625b8f3b70c1b612a671cca56f37d1d8f50f | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Mon Mar 19 23:27:35 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 22 08:53:23 2018 +0000 |
tree | 62287db75e02a47d6fbd0b83e93b5af1c76bd4d9 | |
parent | 92120972eaf518cb4b066bcbb031a5176b5cbb33 [diff] |
Add style guide rules for std::bind and std::function We keep std::bind forbidden just like before, but suggest another alternative than the Chromium style guide does. We allow std::function, overriding the Chromium style guide which forbids it on grounds not really applicable to WebRTC. Bug: none Change-Id: Iad07485652064a67020a494466d2b212bad568c0 Notry: true Reviewed-on: https://webrtc-review.googlesource.com/63028 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22553}
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.