diff options
Diffstat (limited to 'src/locale_convert.h')
| -rw-r--r-- | src/locale_convert.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h index 96309fd2..7d09c8e7 100644 --- a/src/locale_convert.h +++ b/src/locale_convert.h @@ -116,6 +116,18 @@ 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); |
