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/raw_convert.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/raw_convert.h') diff --git a/src/raw_convert.h b/src/raw_convert.h index af2a1e37..90d94771 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -52,6 +52,14 @@ raw_convert (Q v, int precision = 16, bool fixed = false) BOOST_STATIC_ASSERT (sizeof (Q) == 0); } +template <> +std::string +raw_convert (unsigned char v, int, bool); + +template <> +std::string +raw_convert (unsigned short int v, int, bool); + template <> std::string raw_convert (int v, int, bool); -- cgit v1.2.3