commit | e4b9b0da9fc99e411a8589c02dae0ff4fd551092 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Tue Oct 04 16:20:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 04 16:20:09 2022 |
tree | d71cc3d6ca0f48f66a035aa800e981d468ab4134 | |
parent | 09410db40c1a00dfddc1deeed6d23a9360d6ade6 [diff] |
[base] Rename unexpected::value() to unexpected::error() This change implements https://wg21.link/P2549 for base::expected, i.e. it renames base::unexpected::value() to base::unexpected::error(). P2549 was voted into the current C++23 draft in July. Bug: None Change-Id: I4ee34ae9e2eed393db6139d0e6b1e6166d7fb237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3934724 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1054763}
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.