Chromium's official C++ style guide details which modern C++ features (C++11 through C++23) and Abseil library components are allowed, banned, or under consideration. The guide categorizes language and library features across multiple standards, providing rationale for restrictions—such as banning `std::shared_ptr` in favor of

Sort: