summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-12 20:57:26 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-12 20:57:26 +0100
commitf7c73615a49d308040a4a5d40677ecab08c21841 (patch)
tree092fd21c74f330174e055d0b900e3ce9267417d8 /src/raw_convert.h
parent732f931e0559f29100b56f7f4a6e6be8820f0ff7 (diff)
More raw_convert long/long stuff.
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 8ce5220e..af2a1e37 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -113,6 +113,10 @@ long
raw_convert (std::string v, int, bool);
template <>
+long long
+raw_convert (std::string v, int, bool);
+
+template <>
int
raw_convert (char const * v, int, bool);