commit | 36e597995147c021798182a5ebe1681f11f730fd | [log] [tgz] |
---|---|---|
author | Patrick Reynolds <pareynolds@google.com> | Fri Oct 11 19:14:46 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 14 07:16:36 2024 |
tree | d48ad29eab1019c4433ec1455cafb140f8d93bf3 | |
parent | e19dd3c866842f26feafa3fad52fe65418df3845 [diff] |
Work around stdc++ bug with clang std::optional<T>::emplace() without a value is broken on clang++ with gnu libstdc++. this workarounds the bug by using the assignment operator instead. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101227 Bug: None Change-Id: I6fd096ff4d632259e6eab776e318c1d7b15e4bd5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/365400 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43229}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.