commit | 56a61ac528aa9049e67c8db99c77c5d0684f20e1 | [log] [tgz] |
---|---|---|
author | Ada Romanowski <adarom@google.com> | Fri Mar 08 04:56:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 08 04:56:14 2024 |
tree | 4d6e5d5ede9538dcf7bdfc5f8265f245eb961acb | |
parent | c3ce42e456202b81502984867e691d729c1cf700 [diff] |
Assert that PartitionAlloc & MiraclePtr are C++20 Assert that PartitionAlloc & MiraclePtr build on C++ no lower than 20. Gate these asserts within a buildflag which allows embedders to opt out of using C++20 manually. Bug: 324978869 Change-Id: I4d23c2b66885c96498fef8ab1651caa8785403d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5310100 Reviewed-by: Takashi Sakamoto <tasak@google.com> Commit-Queue: Takashi Sakamoto <tasak@google.com> Auto-Submit: Ada Romanowski <adarom@google.com> Reviewed-by: Mikihito Matsuura <mikt@google.com> Cr-Commit-Position: refs/heads/main@{#1270016}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.