Add std::to_string to list of locale dependent functions:
std::to_stringrelies on the current locale for formatting purposes […]
Context #17808 (comment)
Add std::to_string to list of locale dependent functions:
std::to_stringrelies on the current locale for formatting purposes […]
Context #17808 (comment)
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
11     "src/init.cpp:.*atoi"
12+    "src/qt/optionsmodel.cpp.*std::to_string"
13     "src/qt/rpcconsole.cpp:.*atoi"
14     "src/rest.cpp:.*strtol"
15+    "src/rpc/net.cpp.*std::to_string"
16+    "src/rpc/rawtransaction.cpp.*std::to_string"
I’m not sure I follow: how is this a bug?
Do you mean the inclusion of src/rpc/rawtransaction.cpp in this list, or do you mean the usage of std::to_string in src/rpc/rawtransaction.cpp?
Please clarify :)
Applies also to the cases below.
KNOWN_VIOLATIONS to be potential bugs :)
              
            12+    "src/qt/optionsmodel.cpp.*std::to_string"
13     "src/qt/rpcconsole.cpp:.*atoi"
14     "src/rest.cpp:.*strtol"
15+    "src/rpc/net.cpp.*std::to_string"
16+    "src/rpc/rawtransaction.cpp.*std::to_string"
17+    "src/rpc/util.cpp.*std::to_string"
13     "src/qt/rpcconsole.cpp:.*atoi"
14     "src/rest.cpp:.*strtol"
15+    "src/rpc/net.cpp.*std::to_string"
16+    "src/rpc/rawtransaction.cpp.*std::to_string"
17+    "src/rpc/util.cpp.*std::to_string"
18+    "src/test/addrman_tests.cpp.*std::to_string"
16+    "src/rpc/rawtransaction.cpp.*std::to_string"
17+    "src/rpc/util.cpp.*std::to_string"
18+    "src/test/addrman_tests.cpp.*std::to_string"
19+    "src/test/blockchain_tests.cpp.*std::to_string"
20     "src/test/dbwrapper_tests.cpp:.*snprintf"
21+    "src/test/denialofservice_tests.cpp.*std::to_string"
19+    "src/test/blockchain_tests.cpp.*std::to_string"
20     "src/test/dbwrapper_tests.cpp:.*snprintf"
21+    "src/test/denialofservice_tests.cpp.*std::to_string"
22     "src/test/fuzz/parse_numbers.cpp:.*atoi"
23+    "src/test/key_tests.cpp.*std::to_string"
24+    "src/test/net_tests.cpp.*std::to_string"