commit | a33bc999edd57ddf2c0c3d335ce70c4af91684e0 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Tue Mar 24 17:45:31 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 24 17:45:31 2020 |
tree | aff9d2fc6d47b1ad62b4c20ed14422d2bcf1995e | |
parent | 5c6ed5b1dc4611da63e66bd1b9dc944ad5a8c7f6 [diff] |
[base] Add boolean template utils from C++17 This change adds C++14 implementations of std::bool_constant, std::conjunction, std::disjunction and std::negation to the base namespace and makes use of them in base::Bind, base::Optional, base::span, base::ParameterPack and base's traits bag. Bug: 752720 Change-Id: Ia7183eb5e9d8daac49032f23c49e8fe1bbdafd20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114171 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#752908}
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.