roll: third_party/pigweed pw_containers: Add explicit constexpr constructors for deques/queues
Current default constructors do not actually permit constexpr
construction of objects, therefore queues/deques are currently allocated
in .bss - since constinit construction will allocate the entire
container in .data instead, potentially unexpectedly increasing the ROM
size of users, add a separate constexpr constructor instead of changing
the default constructor to be constexpr.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/250434
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 999adb191f8f512b524f0a65bd0662ac7854ef20
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: cf93680d3cb6eb..999adb191f8f51
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8728064925674960113
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I69ef9b1115e4d831c54cbf4109e86b0662c8de29
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/256034
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/third_party/pigweed b/third_party/pigweed
index cf93680..999adb1 160000
--- a/third_party/pigweed
+++ b/third_party/pigweed
@@ -1 +1 @@
-Subproject commit cf93680d3cb6eb136748cf7460013419d9692493
+Subproject commit 999adb191f8f512b524f0a65bd0662ac7854ef20