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>2024-12-22 21:37:13 +0100
commit59285ae37e6b21d29e68a08b5f93ed018ad162d8 (patch)
treef18203069d5cfda14f0b8d93e0c0be6cc93e57bd /src/raw_convert.h
parent2fa6a712ba7e07eefab5df62a9c00214cd3c4f14 (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 51f5fbb6..3fa85737 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 <>