<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1" -->

---
title: Modern C++ use in Chromium | daily.dev
description: Chromium&#x27;s official C++ style guide details which modern C++ features (C++11 through C++23) and Abseil library components are allowed, banned, or under...
canonical: https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Modern C++ use in Chromium | daily.dev
og:description: Chromium&#x27;s official C++ style guide details which modern C++ features (C++11 through C++23) and Abseil library components are allowed, banned, or under...
og:url: https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1
og:image: https://api.daily.dev/og/posts/n7nlquFI1.png
og:image:alt: Modern C++ use in Chromium
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Modern C++ use in Chromium

**[Hacker News](https://daily.dev/sources/hn)** · 27 min read · 3 upvotes · 0 comments

## Summary

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 `base::RefCounted`, prohibiting exceptions, and preferring Chromium's `base::` utilities over standard alternatives. Features are evaluated based on toolchain support, security, performance, and compatibility with Chromium's architecture.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md>

## Similar posts on daily.dev

- [The C\+\+ Standard Library Has Been Walking Itself Back for Fifteen Years, and the Receipts Are Public](https://daily.dev/posts/the-c-standard-library-has-been-walking-itself-back-for-fifteen-years-and-the-receipts-are-public-tdkysrrko) · Lobsters · 6 upvotes · 1 comments
- [Why CPP is going to be relevant AGAIN?](https://daily.dev/posts/why-cpp-is-going-to-be-relevant-again--p1o0tcdzt) · Medium · 44 upvotes · 4 comments
- [C\+\+26: Standard library hardening](https://daily.dev/posts/c-26-standard-library-hardening-eykurnwet) · Sandor Dargo · 23 upvotes · 1 comments

---

Tags: [#c++](https://daily.dev/tags/c++), [#chromium](https://daily.dev/tags/chromium)

[View this post on daily.dev](https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Modern C++ use in Chromium","url":"https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1"},"datePublished":"2026-01-24T00:27:02.604Z","dateModified":"2026-01-24T00:27:28.072Z","description":"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...","image":"https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003","thumbnailUrl":"https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/modern-c-use-in-chromium-n7nlqufi1","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"c++,chromium","timeRequired":"PT27M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"Modern C++ use in Chromium"}]}
```

