Details
Details
- Reviewers
Fabien majcosta - Group Reviewers
Restricted Project - Commits
- rABC47a5b8aad9e2: Replace std::to_string with locale-independent alternative
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- pr18134
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14718 Build 29395: Build Diff lint-circular-dependencies · build-without-wallet · build-clang-tidy · build-diff · build-debug · build-clang Build 29394: arc lint + arc unit
Event Timeline
Comment Actions
Please also backport https://github.com/bitcoin/bitcoin/pull/17851. You can easily squash them, and that will prevent from introducing the issue again.
src/test/util/setup_common.cpp | ||
---|---|---|
31 ↗ | (On Diff #26869) | this probably shouldn't be in both the header and the cpp file |
Comment Actions
add std::to_string to LocaleDependenceLinter.php (this is a backport of Core PR17851), replace std::to_string in a few more source files detected by the linter and remove #include <util/string.h> from setup_common.cpp when it is already included in the header file.