summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-09 19:20:01 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-09 19:20:01 +0100
commit7930f7685811eb9e9f76651b6ef3dd9fe140b6fe (patch)
treedae8be03c59a7c722e3988cd98a6d8ea8c28c2e3 /src/raw_convert.h
parent7c47ecfd45bca468bf1a53f31d6f21cb00f73f26 (diff)
More raw/locale_convert.
Diffstat (limited to 'src/raw_convert.h')
-rw-r--r--src/raw_convert.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index 90d94771..4945c7f8 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -113,6 +113,14 @@ std::string
raw_convert (char v, int, bool);
template <>
+unsigned char
+raw_convert (std::string v, int, bool);
+
+template <>
+unsigned short int
+raw_convert (std::string v, int, bool);
+
+template <>
int
raw_convert (std::string v, int, bool);