summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 16:03:33 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 16:03:33 +0100
commit5f61c01c7759e1420adbf201a8ccf01beac1536d (patch)
tree5a3fbed8e147b479cb41667eb37485492b48a431 /src/locale_convert.h
parent124adae15126598fc46f3189aa7e4ab44582b8dc (diff)
Add locale_convert from wchar_t.
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index 4c977846..760e1068 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -97,6 +97,10 @@ locale_convert (char const * x, int, bool);
template <>
std::string
+locale_convert (wchar_t const * x, int, bool);
+
+template <>
+std::string
locale_convert (char x, int, bool);
template <>