diff options
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -91,10 +91,18 @@ long int raw_convert (std::string v); template <> +long unsigned int +raw_convert (std::string v); + +template <> long long raw_convert (std::string v); template <> +long long unsigned +raw_convert (std::string v); + +template <> float raw_convert (std::string v); |
