Add some new conversions.
[libcxml.git] / src / cxml.h
index bd04af1838ea8fb1d40aeca276e36df34d6bb13a..b6f2c635607fd744ffd078c367912f7aa16adfa2 100644 (file)
@@ -90,10 +90,18 @@ template <>
 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);