roll: third_party/pigweed: pw_container: Add doubly linked list This CL moves the existing singly-linked intrusive list to pw::containers::IntrusiveForwardList<T>, and a doubly-linked intrusive list as pw::containers::future::IntrusiveList<T>. These names more closely correspond to std::forward_list and std::list. This CL includes an alias of pw::IntrusiveList<T> to the singly-linked list in order to avoid disrupting downstream consumers. When downstream has migrated, the doubly linked list will be pulled out of the "future" namespace. Original-Bug: 362348318 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230811 https://pigweed.googlesource.com/pigweed/pigweed third_party/pigweed Rolled-Commits: 16f0f6387505dc2..314e457eaf3a801 Roller-URL: https://ci.chromium.org/b/8737237924199184481 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I79664c501f45a73a8f05b740bf532a6114d73f0f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/234737 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/third_party/pigweed b/third_party/pigweed index 16f0f63..314e457 160000 --- a/third_party/pigweed +++ b/third_party/pigweed
@@ -1 +1 @@ -Subproject commit 16f0f6387505dc27e7c1a76387b05524752b4602 +Subproject commit 314e457eaf3a801115542d777e2157e6df85fb31