diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-15 14:39:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-15 14:39:41 +0100 |
| commit | 943af65e7833ef96bcfcfa957f1703d3a425c9ff (patch) | |
| tree | 3e605dad722d5c7091092c801fd8a3037508644f /src/raw_convert.h | |
| parent | 3652809182f2ff89e552a519658cba2afc57ce28 (diff) | |
Add conversions from char.
Diffstat (limited to 'src/raw_convert.h')
| -rw-r--r-- | src/raw_convert.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h index 2bd74c60..28dcd648 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -97,6 +97,10 @@ std::string raw_convert (std::string v, int, bool); template <> +std::string +raw_convert (char v, int, bool); + +template <> int raw_convert (std::string v, int, bool); |
