diff options
Diffstat (limited to 'src/locale_convert.h')
| -rw-r--r-- | src/locale_convert.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h index 05728409..ccce7b82 100644 --- a/src/locale_convert.h +++ b/src/locale_convert.h @@ -112,7 +112,11 @@ int locale_convert (std::string x, int, bool); template <> -long int +long +locale_convert (std::string x, int, bool); + +template <> +long long locale_convert (std::string x, int, bool); template <> |
