commit | fe677c3404c7d7de382165ffdec99b3080e3b397 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Tue Jun 23 12:49:03 2020 |
committer | Commit Bot <[email protected]> | Tue Jun 23 12:49:03 2020 |
tree | b3b07c3ee3629be5eb6e0ec05f402b16aa938c4a | |
parent | 4c8d26a884edee67aea522268a01645fc08ca9a7 [diff] |
[base] Implement alg.copy in util/ranges This change implements the range overloads for the alg.copy algorithms std::copy, std::copy_n, std::copy_if and std::copy_backward. Bug: 1071094 Change-Id: I26f746acc594761f0a1ae1c21ea858f0b1c0c0ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2257914 Commit-Queue: Jan Wilken Dörrie <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#781294}
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.