summaryrefslogtreecommitdiff
path: root/src/locale_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/locale_convert.h
parent732f931e0559f29100b56f7f4a6e6be8820f0ff7 (diff)
More raw_convert long/long stuff.
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index 05728409..ccce7b82 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -112,7 +112,11 @@ int
locale_convert (std::string x, int, bool);
template <>
-long int
+long
+locale_convert (std::string x, int, bool);
+
+template <>
+long long
locale_convert (std::string x, int, bool);
template <>