From 23bb9d75fce0d86c856e470d41d6e36e0ba76d56 Mon Sep 17 00:00:00 2001 From: Danil Chapovalov Date: Mon, 14 Feb 2022 13:37:31 +0100 Subject: [PATCH] Allow designated initializers in WebRTC to align with chromium and google style guides Bug: None Change-Id: I92e1bb6d187eac6b531d495aedb8176f66186a5f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251689 Reviewed-by: Mirko Bonadei Commit-Queue: Danil Chapovalov Cr-Commit-Position: refs/heads/main@{#36002} --- g3doc/style-guide.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/g3doc/style-guide.md b/g3doc/style-guide.md index 2761985cb6..62c99fc73b 100644 --- a/g3doc/style-guide.md +++ b/g3doc/style-guide.md @@ -30,10 +30,6 @@ WebRTC is written in C++17, but with some restrictions: [chr-style-cpp]: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md -Unlike the Chromium and Google C++ style guides, we do not allow C++20-style -designated initializers, because we want to stay compatible with compilers that -do not yet support them. - ### Abseil You may use a subset of the utilities provided by the [Abseil][abseil] library