commit | a4bf6ad75b2e185e820937868b613992766d4c56 | [log] [tgz] |
---|---|---|
author | Mark Schott <schottm@google.com> | Tue Oct 04 21:55:49 2022 +0000 |
committer | Rob Mohr <mohrr@google.com> | Thu Nov 16 10:59:21 2023 -0800 |
tree | c2ba0e23a1a42a2deee6eeabc9a26d11d420aad2 | |
parent | 0940b11c12cdd6157ed4ca84c279f6049e2f75ee [diff] |
[fit] Move fitx::result to fit::result Move fitx::result to fit::result, leaving behind a transitionary stub in fitx::result and migrating the few callers depending on internals. The //src/connectivity/bluetooth/core/bt-host/common/error.h case was a bit subtle, because it relied on defining a function in the `fit[x]::result` namespace so that it got found by ADL. Bug: 57351 Test: no behavior change Change-Id: I8c79af2cc8e340aac11883042d2fe44e6f838b64 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/724603 Reviewed-by: Corey Tabaka <eieio@google.com> Commit-Queue: Yifei Teng <yifeit@google.com> API-Review: Roland McGrath <mcgrathr@google.com> Fuchsia-Auto-Submit: Yifei Teng <yifeit@google.com> Reviewed-by: Roland McGrath <mcgrathr@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.