summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-25 21:38:56 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-25 21:38:56 +0100
commit7ffed930aba6f84eb48c8f7f925e59247b8b1dc3 (patch)
treeb99ac21d2a0370330bd7c28cf39e7e366bc6292e /src/raw_convert.h
parent4fa8274be83aeaa0c9503a778b2b17f673570723 (diff)
Add another raw_convert type.
Diffstat (limited to 'src/raw_convert.h')
-rw-r--r--src/raw_convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index c7b04823..fb3c7954 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -137,6 +137,10 @@ long long
raw_convert (std::string v, int, bool);
template <>
+unsigned long long
+raw_convert (std::string v, int, bool);
+
+template <>
int
raw_convert (char const * v, int, bool);