summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-21 23:29:05 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-24 10:30:27 +0100
commit567e100ea8a633d0e53d32c836d6ba7aeb22771a (patch)
treee79fa980f3e3a8114003e1329dc6c6e5b01363ae /src/raw_convert.h
parent066e30f30f851396bd6f10d50a448507e1c0b392 (diff)
Remove completely broken raw_convert from wchar_t.
Diffstat (limited to 'src/raw_convert.h')
-rw-r--r--src/raw_convert.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index dff860e9..b767c23b 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -118,10 +118,6 @@ raw_convert (std::string v, int, bool);
template <>
std::string
-raw_convert (wchar_t const * v, int, bool);
-
-template <>
-std::string
raw_convert (char v, int, bool);
template <>