From 3ad05d11dce653b33c6f0ea2d6cdba5a7e1bf4e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Oct 2018 14:53:10 +0100 Subject: More _convert functions. --- src/locale_convert.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/locale_convert.h') diff --git a/src/locale_convert.h b/src/locale_convert.h index ccce7b82..96309fd2 100644 --- a/src/locale_convert.h +++ b/src/locale_convert.h @@ -51,6 +51,14 @@ locale_convert (Q x, int precision = 16, bool fixed = false) BOOST_STATIC_ASSERT (sizeof (Q) == 0); } +template <> +std::string +locale_convert (unsigned char x, int, bool); + +template <> +std::string +locale_convert (unsigned short int x, int, bool); + template <> std::string locale_convert (int x, int, bool); -- cgit v1.2.3