summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-12 19:37:06 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-12 22:55:49 +0100
commit6867cbd5ea8aad24238e1063c617792f410b90a4 (patch)
tree232bc66d0232d46177cf555d187d412a7c7974db /src/raw_convert.h
parentc88d7a66e3751cac223704c68aa4278a9c0de638 (diff)
Add another raw_convert().
Diffstat (limited to 'src/raw_convert.h')
-rw-r--r--src/raw_convert.h4
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 <>