summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-12 16:08:25 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-12 16:08:25 +0100
commit4fa8274be83aeaa0c9503a778b2b17f673570723 (patch)
tree658eb50fb5aa73614dfeb455d2cf39e43a699fd5 /src/raw_convert.h
parentb7c7e14463d91608b080a5a63fcfb4d330ced863 (diff)
Add another type to raw/locale convert.
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 4945c7f8..c7b04823 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -129,6 +129,10 @@ long
raw_convert (std::string v, int, bool);
template <>
+unsigned long
+raw_convert (std::string v, int, bool);
+
+template <>
long long
raw_convert (std::string v, int, bool);