commit | 69dfdf870f8f3161f50d455c51df565a27ac4f5e | [log] [tgz] |
---|---|---|
author | Stephan Hartmann <stha09@googlemail.com> | Mon Mar 07 10:42:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 07 10:42:00 2022 |
tree | c1a88c9748d07479ada3948ee9ebfb56c6ba6711 | |
parent | f1c36d7443e629a91b46088a992cce7c757de8c1 [diff] |
GCC: fix noexcept in AccountInfo Move constructor and move assignment operator for AccountInfo is marked noexcept. However, move constructor and assignment operator of member AccountCapabilities are not noexcept. Therefore, GCC fails to compile AccountInfo. Fix this by adding noexcept to move constructor and assignment operator of AccountCapabilities. Bug: 819294 Change-Id: Ibf3e42066f621153758015823e973f583a9939e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3501872 Reviewed-by: Alex Ilin <alexilin@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/main@{#978206}
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.