summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 14:39:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 14:39:41 +0100
commit943af65e7833ef96bcfcfa957f1703d3a425c9ff (patch)
tree3e605dad722d5c7091092c801fd8a3037508644f /src/locale_convert.h
parent3652809182f2ff89e552a519658cba2afc57ce28 (diff)
Add conversions from char.
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 3d55a00e..4c977846 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 (char x, int, bool);
+
+template <>
+std::string
locale_convert (boost::filesystem::path x, int, bool);
template <>