More tests.
[libdcp.git] / src / locale_convert.h
index 96309fd2a7abe7515d9c26eb5dedb426505d35c4..aaf0dd6eaaff388c985192849b4af52c0ab40ab8 100644 (file)
@@ -115,6 +115,18 @@ template <>
 std::string
 locale_convert (boost::filesystem::path x, int, bool);
 
+template <>
+unsigned char
+locale_convert (std::string x, int, bool);
+
+template <>
+unsigned short int
+locale_convert (std::string x, int, bool);
+
+template <>
+unsigned int
+locale_convert (std::string x, int, bool);
+
 template <>
 int
 locale_convert (std::string x, int, bool);
@@ -123,10 +135,18 @@ template <>
 long
 locale_convert (std::string x, int, bool);
 
+template <>
+unsigned long
+locale_convert (std::string x, int, bool);
+
 template <>
 long long
 locale_convert (std::string x, int, bool);
 
+template <>
+unsigned long long
+locale_convert (std::string x, int, bool);
+
 template <>
 float
 locale_convert (std::string x, int, bool);