commit | 1f23d425e20e9ac197ac61672bd6a33c00eedcd6 | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Mon Jul 25 18:25:30 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 25 18:25:30 2022 |
tree | bbc511a2adc0aab178d4d85823355081bb54733f | |
parent | d40daba76d98788bdb9457906ec575838b7dcc35 [diff] |
Fix undefined symbol error in C++20. For some reason I don't understand, inlining the histogram macro in the header results in an undefined symbol relating to atomics when in C++20 mode. Fix it by out-of-lining the function. Bug: 1284275 Change-Id: I5d2c26cd0a06b49e1f5cc6a34158e01056cb66f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3782985 Reviewed-by: Khushal Sagar <khushalsagar@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1027858}
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.