diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:22:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:22:23 +0000 |
| commit | be5d6b54ffbc96c2b7823356c0b79583784ca91d (patch) | |
| tree | 51cedf3114e4b6ab9830ca346b2f41b1a2a5fc03 /src/cxml.h | |
| parent | 670c528a584d96e8bb6009f996204e9ecf174f54 (diff) | |
Add some more conversions.
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ int raw_convert (std::string v); template <> +long int +raw_convert (std::string v); + +template <> float raw_convert (std::string v); |
