commit | 4157f3def0072ac3df527abd5b7882314683fff3 | [log] [tgz] |
---|---|---|
author | lauren n. liberda <lauren@selfisekai.rocks> | Fri Jun 28 12:55:39 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 16:35:18 2024 |
tree | da06ad244152ea489a37cd8f7562bcf58abc4a8b | |
parent | f5ccb396b1e68bdfee0718b3047e7e465406b2f8 [diff] |
stdc++: remove unneeded absl::optional wrapping std::optional<T>::emplace() without an initializer is broken on clang++ with gnu libstdc++. this workarounds the bug by removing the absl::optional wrapping, which is actually pointless. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101227 Bug: chromium:41455655 Change-Id: I05354e57cc4cdda3fa6d3cd23f46462b69cc3bee Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355900 Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Reviewed-by: Diep Bui <diepbp@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42561}
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.