commit | 2438b653db14be3c2332964190dc3fd38852a80e | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Tue Jul 28 09:08:54 2020 |
committer | Commit Bot <[email protected]> | Tue Jul 28 09:08:54 2020 |
tree | dc9c041d0f7e47ad1272c7d24a03796e9b043f77 | |
parent | ed1492124ef6e6402ebea475de66272ea5c0d5b2 [diff] |
[base] Ranges: Use constexpr invoke(), begin() and end() This change modifies the invoke(), begin() and end() function to be constexpr in //util/ranges. This allows making some of the algorithms constexpr as well, which is done in this change for all_of, any_of and none_of. Bug: 1071094 Change-Id: Ic72a5287dfa4623342e5ef5f592b19040797def7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316211 Commit-Queue: Jan Wilken Dörrie <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#792188}
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.
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.