From 3c371e9aead80bfed91ae208e2ce782c7bf4901b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Mar 2019 15:02:18 +0000 Subject: Add another conversion. --- src/cxml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cxml.h') diff --git a/src/cxml.h b/src/cxml.h index a2d5b88..20a948a 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -82,6 +82,10 @@ template <> int raw_convert (std::string v); +template <> +unsigned int +raw_convert (std::string v); + template <> long int raw_convert (std::string v); -- cgit v1.2.3