summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 15:38:21 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 15:38:21 +0100
commit124adae15126598fc46f3189aa7e4ab44582b8dc (patch)
tree9c2b0833cccb5dd70cf4bf0ad651364864701931 /src/raw_convert.h
parent943af65e7833ef96bcfcfa957f1703d3a425c9ff (diff)
Add wchar_t raw_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 28dcd648..7f31ac37 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -98,6 +98,10 @@ raw_convert (std::string v, int, bool);
template <>
std::string
+raw_convert (wchar_t const * v, int, bool);
+
+template <>
+std::string
raw_convert (char v, int, bool);
template <>