commit | 2f7282802bce209fb52c308404e8e7e9f150b476 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Tue Mar 12 23:09:35 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 12 23:09:35 2024 +0000 |
tree | bfc370a28c028d2d47a82568147d4cca9a5ba2ad | |
parent | 3c48164394446e50474b0a0a11eb355fdfc096a6 [diff] |
pw_polyfill: Remove PW_INLINE_VARIABLE PW_INLINE_VARIABLE was previously used for C++14 compatibility in a few modules. Remove it since C++14 is no longer supported, and it is not safe to use anyway. Prior to C++17, PW_INLINE_VARIABLE simply expanded to nothing, which doesn't address the problems with variables defined in headers. Change-Id: If68ca8406568924601bef92ec053ea00c95daf69 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/196122 Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.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/.