Fixed
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job pigweed-blunderbuss-autoassigner for component 1194524.
ap...@google.com <ap...@google.com> #3
Project: pigweed/pigweed
Branch: main
commit cbf2cf4378b063b579ea8a7b36a38080cd1fccc4
Author: Rob Mohr <mohrr@google.com>
Date: Fri Dec 01 17:18:09 2023
pw_string: Add missing include
std::array is used just a few lines below the new include.
Fixed: b/314130408
Change-Id: I74551204072ca3c14672770a4de1618a504e9777
Reviewed-on:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/183233
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
M pw_string/type_to_string.cc
https://pigweed-review.git.corp.google.com/183233
Branch: main
commit cbf2cf4378b063b579ea8a7b36a38080cd1fccc4
Author: Rob Mohr <mohrr@google.com>
Date: Fri Dec 01 17:18:09 2023
pw_string: Add missing include
std::array is used just a few lines below the new include.
Fixed:
Change-Id: I74551204072ca3c14672770a4de1618a504e9777
Reviewed-on:
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
M pw_string/type_to_string.cc
mo...@google.com <mo...@google.com> #4
Hopefully this fixes things for you. If you find other bugs please let us know.
Description
/* Thanks for filing a bug report or feature request in the Pigweed Open Source issue tracker. These reports are public and visible at bugs.pigweed.dev. All new reports default to P3, you can adjust to a higher priority if the issue has a significant impact on your project. To select a different priority please use the template menu above. Here are some suggested fields to include in your report */
What were you trying to do:
Building with pw_string.to_string using a CMake based project.
Steps followed:
Linking against pw_string.to_string. Build with clang on host.
Expected result:
Should compile.
Actual result:
It seems an
#include <array>
is missing in type_to_string.cc.Host environment:
Clang 15, Windows
Target Device:
N/A
Please keep discussions respectful and constructive. See our code of conduct .
Visit pigweed.dev for info about joining our Discord group and Pigweed Live events.