commit | 503422d3ab9f73cce7b79ec5c29b0c6dfee6d6ce | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Thu Jul 24 17:17:37 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 24 21:14:21 2025 |
tree | 27fd0c9fbe383a5acc687735c8eb374bb8abf6ca | |
parent | efc58a50390e891f271e5abae6e3c6c086d7b07e [diff] |
IWYU rtc_base/type_traits which otherwise fails with clang modules enabled via use_clang_modules = true and the following error message: ../../rtc_base/type_traits.h:27:45: error: declaration of 'declval' must be imported from module 'std_core.utility_core.declval' before it is required 27 | std::is_convertible<decltype(std::declval<C>().data()), T*>::value && | ^ Bug: webrtc:42226242 Change-Id: Ic5785f51d2335ac0fa93fdc6eb4bd1e1fb219c76 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/401880 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45208}
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.