commit | f363a5dd7a1a5244935c8f2b4ff27a4edc2bfdd0 | [log] [tgz] |
---|---|---|
author | Jason Graffius <jgraff@pigweed.infra.roller.google.com> | Fri Sep 20 21:48:06 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 21:48:06 2024 +0000 |
tree | 4992d796f14d33e1d5e578a9c5a8ee29bf907b3e | |
parent | 1af7d94c1b010b86b52d86d8f759464c4f5a2061 [diff] |
roll: pigweed pw_result: Add missing CTAD guide to pw::unexpected The standard requires the following deduction guide: ``` template<class E> unexpected(E) -> unexpected<E>; ``` This change adds this line and removes the explicit template arguments in the tests to ensure it is tested. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237112 Original-Revision: 0ffb69decbf0ea112899d115c34d01b4441ad5ca Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: df5369eda85375..0ffb69decbf0ea Roller-URL: https://ci.chromium.org/b/8736240906089780113 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Iac428bd63cca4877199bc284d28f230000858055 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/237067 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>
git clone https://pigweed.googlesource.com/pigweed/showcase/sense
Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.
Please visit Sense: An interactive tour through Pigweed to get started.