diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-12 16:08:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-12 16:08:25 +0100 |
| commit | 4fa8274be83aeaa0c9503a778b2b17f673570723 (patch) | |
| tree | 658eb50fb5aa73614dfeb455d2cf39e43a699fd5 /src/locale_convert.h | |
| parent | b7c7e14463d91608b080a5a63fcfb4d330ced863 (diff) | |
Add another type to raw/locale convert.
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); |
