From caa3f20cd224f88f7a785618b63000f44a06da3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Mar 2019 21:37:17 +0000 Subject: Add string -> long long conversion for OS X. --- 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 20a948a..bd04af1 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -90,6 +90,10 @@ template <> long int raw_convert (std::string v); +template <> +long long +raw_convert (std::string v); + template <> float raw_convert (std::string v); -- cgit v1.2.3