diff options
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 dff860e9..51f5fbb6 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -154,6 +154,10 @@ raw_convert (std::string v, int, bool); template <> int +raw_convert (char* v, int, bool); + +template <> +int raw_convert (char const * v, int, bool); template <> |
