summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index ccce7b82..96309fd2 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -53,6 +53,14 @@ locale_convert (Q x, int precision = 16, bool fixed = false)
template <>
std::string
+locale_convert (unsigned char x, int, bool);
+
+template <>
+std::string
+locale_convert (unsigned short int x, int, bool);
+
+template <>
+std::string
locale_convert (int x, int, bool);
template <>