summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 12:53:29 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 12:53:29 +0100
commiteec238a778d631b8549c640178e1ab28b07505f4 (patch)
treeb8641a71ec97aa2ea57f2547816f100f4fce26dd /src/raw_convert.h
parent06a5d6461590a49c5cc014c279279bc63a432a2a (diff)
Add more {raw,locale}_convert methods.
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 80fb424c..585c18fc 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -59,6 +59,10 @@ raw_convert (int v, int, bool);
template <>
std::string
+raw_convert (unsigned int v, int, bool);
+
+template <>
+std::string
raw_convert (int64_t v, int, bool);
template <>