commit | 9c5cf7a31dc4e83c5a5db774168a2d4bda6be4c4 | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Tue Jun 22 23:50:38 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 23 00:03:28 2021 +0000 |
tree | e7bc2dcfd9a03a1a557627fbacfbda1286d98bbe | |
parent | c91203af59a1eff0501dded3504575b0cd561daf [diff] |
[roll third_party/pigweed] pw_function: Make constexpr constructible This makes pw::Function usable in classes with constexpr constructors and makes it compatible with constinit. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/50361 third_party/pigweed Rolled-Commits: fa764763dac2024..f5cdd936a9b8c25 Roller-URL: https://ci.chromium.org/b/8843680835789558145 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8843680835789558145 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I6032f63a1d7ed0f98d133e3b62f2e97df3ed42b2 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/50506 Reviewed-by: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> Commit-Queue: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.