From be5d6b54ffbc96c2b7823356c0b79583784ca91d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Mar 2019 21:22:23 +0000 Subject: Add some more conversions. --- 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 bd9db00..a2d5b88 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -82,6 +82,10 @@ template <> int raw_convert (std::string v); +template <> +long int +raw_convert (std::string v); + template <> float raw_convert (std::string v); -- cgit v1.2.3