Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2018-09-04 16:28:01 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2018-09-05 13:34:30 +0300
commit7af77c0e44ef6040effe9c6b5aff31dc2a8d0717 (patch)
tree254a0a952b9d8305e35bc2ebacecab234e079f05 /base
parent3c31b8bcf3bc5f8b963516bc93137837972bd5eb (diff)
[routing] Add speed camera section + tests for it.
Diffstat (limited to 'base')
-rw-r--r--base/string_utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/string_utils.hpp b/base/string_utils.hpp
index ecdc5d5d79..3fe0807500 100644
--- a/base/string_utils.hpp
+++ b/base/string_utils.hpp
@@ -449,6 +449,7 @@ std::string to_string_unsigned(T i)
}
}
+inline std::string to_string(int32_t i) { return impl::to_string_signed(i); }
inline std::string to_string(int64_t i) { return impl::to_string_signed(i); }
inline std::string to_string(uint64_t i) { return impl::to_string_unsigned(i); }
/// Use this function to get string with fixed count of