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