Chromium C++ Style Guide: Modern C++ Feature Support and Adoption Policy
By
szmarczak
Pure flour-power. Hearty enough to carry you through lunch.
Summary
This document is part of the Chromium C++ style guide that outlines the supported state of new and updated C++ language and library features from recent standards (C++11, C++14, etc.) and the Abseil library. It explains that Chromium doesn't immediately adopt new C++ features upon standard publication but instead evaluates and allows them once toolchain support is established. The guide applies to Chromium and its subprojects, though subprojects can impose stricter restrictions for toolchain compatibility reasons.
Key quotes
· 4 pulledThis document is part of the more general Chromium C++ style guide. It summarizes the supported state of new and updated language and library features in recent C++ standards and the Abseil library.
This guide applies to both Chromium and its subprojects, though subprojects can choose to be more restrictive if necessary for toolchain support.
The C++ language has in recent years received an updated standard every three years (C++11, C++14, etc.). For various reasons, Chromium does not immediately allow new features on the publication of such a standard.
Instead, once Chromium supports the toolchain...
You might also wanna read
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·1d agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
Study finds most developers refuse to code without AI, raising quality concerns
A February 2026 study by AI research lab METR reveals that most developers now refuse to work without AI coding tools. While these tools hel
