commit | cfa0e8ffe29a06dcce7afaab3ff44e73ce57dad6 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Thu Apr 02 07:50:33 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 02 09:54:27 2020 |
tree | 7f21b338f99e96cb299d30ec44f6706471a545ce | |
parent | d335426a39d34389a00f8f7ae652d535f0fa2073 [diff] |
Fix errors C2238, C2248 and C2059 on MSVC bots. This CL fixes the following errors on MSVC bots: ../../rtc_base/units/unit_base_unittest.cc(42): error C2059: syntax error: '<' ../../rtc_base/units/unit_base_unittest.cc(42): error C2238: unexpected token(s) preceding ';' ../..\rtc_base/units/unit_base.h(39): error C2248: 'webrtc::`anonymous-namespace'::TestUnit::TestUnit': cannot access protected member declared in class 'webrtc::`anonymous-namespace'::TestUnit' No-Try: True Bug: None Change-Id: Ic63a75132107381474aca2e1d42ba96d1f6a1c00 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172621 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30972}
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.