diff options
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); |
