summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-23 22:10:04 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-23 22:10:04 +0000
commita932f566c111968138159e0720c46e9c1c497d93 (patch)
tree9a7cb0e7ee70bfc8dd11461bbcaf2eae6d7bab2c /src/locale_convert.h
parent928db1f6f5817f01c1bdc0eb00d111b9d1c6ccdb (diff)
Add another conversion.
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index be0903b..c511268 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -46,6 +46,10 @@ locale_convert (unsigned long int x, int, bool);
template <>
std::string
+locale_convert (unsigned long long x, int, bool);
+
+template <>
+std::string
locale_convert (std::string x, int, bool);
template <>