diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:37:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:37:17 +0000 |
| commit | caa3f20cd224f88f7a785618b63000f44a06da3a (patch) | |
| tree | a7003375ace7992848d5b9eb9be20f44bd7cc90d /src/cxml.h | |
| parent | 3c371e9aead80bfed91ae208e2ce782c7bf4901b (diff) | |
Add string -> long long conversion for OS X.
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -91,6 +91,10 @@ long int raw_convert (std::string v); template <> +long long +raw_convert (std::string v); + +template <> float raw_convert (std::string v); |
