summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 12:53:29 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 12:53:29 +0100
commiteec238a778d631b8549c640178e1ab28b07505f4 (patch)
treeb8641a71ec97aa2ea57f2547816f100f4fce26dd /src/locale_convert.h
parent06a5d6461590a49c5cc014c279279bc63a432a2a (diff)
Add more {raw,locale}_convert methods.
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 c4e0f762..f7552f68 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -57,6 +57,10 @@ locale_convert (int x, int, bool);
template <>
std::string
+locale_convert (unsigned int x, int, bool);
+
+template <>
+std::string
locale_convert (int64_t x, int, bool);
template <>