From 4fa8274be83aeaa0c9503a778b2b17f673570723 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 12 Jun 2019 16:08:25 +0100 Subject: Add another type to raw/locale convert. --- src/raw_convert.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/raw_convert.h') diff --git a/src/raw_convert.h b/src/raw_convert.h index 4945c7f8..c7b04823 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -128,6 +128,10 @@ template <> long raw_convert (std::string v, int, bool); +template <> +unsigned long +raw_convert (std::string v, int, bool); + template <> long long raw_convert (std::string v, int, bool); -- cgit v1.2.3