diff options
Diffstat (limited to 'src/lib/raw_convert.h')
| -rw-r--r-- | src/lib/raw_convert.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/raw_convert.h b/src/lib/raw_convert.h index 6e55d49cf..985c4e643 100644 --- a/src/lib/raw_convert.h +++ b/src/lib/raw_convert.h @@ -44,4 +44,12 @@ raw_convert (Q v, int precision = 16) return r; } +template <> +std::string +raw_convert<std::string, char const *> (char const * v, int); + +template <> +std::string +raw_convert<std::string, std::string> (std::string v, int); + #endif |
