X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flocale_convert.h;h=ccce7b829e9c7cbc5d1447cf66e7af93bf901eff;hb=bb06c37abbe900a1f0f86d428e9068a96682c188;hp=4c97784686390182bb75bd8fdce76bc7baf42e41;hpb=943af65e7833ef96bcfcfa957f1703d3a425c9ff;p=libdcp.git diff --git a/src/locale_convert.h b/src/locale_convert.h index 4c977846..ccce7b82 100644 --- a/src/locale_convert.h +++ b/src/locale_convert.h @@ -95,6 +95,10 @@ template <> std::string locale_convert (char const * x, int, bool); +template <> +std::string +locale_convert (wchar_t const * x, int, bool); + template <> std::string locale_convert (char x, int, bool); @@ -108,7 +112,11 @@ int locale_convert (std::string x, int, bool); template <> -int64_t +long +locale_convert (std::string x, int, bool); + +template <> +long long locale_convert (std::string x, int, bool); template <>