mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Fix typo
This commit is contained in:
parent
3170cb661c
commit
7c9ba953ad
@ -120,7 +120,7 @@ column make_column(const std::string& input_header,
|
|||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[maybe_unused] void replace_all2(std::string& s, const std::string& old_value,
|
[[maybe_unused]] void replace_all2(std::string& s, const std::string& old_value,
|
||||||
const std::string& new_value) {
|
const std::string& new_value) {
|
||||||
for (size_t i = 0; i < 999; ++i) {
|
for (size_t i = 0; i < 999; ++i) {
|
||||||
size_t pos = s.find(old_value);
|
size_t pos = s.find(old_value);
|
||||||
|
Loading…
Reference in New Issue
Block a user