X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/783ed451825ea18f1bec2502cb3fcecda653234a..af9452155f0892e1d2862efad4a87861ca60867d:/libs/srvconf/parsers/chg_tariff.cpp diff --git a/libs/srvconf/parsers/chg_tariff.cpp b/libs/srvconf/parsers/chg_tariff.cpp index 16c4b198..d0fc13a7 100644 --- a/libs/srvconf/parsers/chg_tariff.cpp +++ b/libs/srvconf/parsers/chg_tariff.cpp @@ -44,7 +44,7 @@ for (typename A::size_type i = 0; i < array.size(); ++i) return; if (!res.empty()) res += "/"; - res += x2str((array[i].*field).data()); + res += std::to_string((array[i].*field).data()); } stream << "<" << name << " value=\"" << res << "\"/>"; }