]> git.sesse.net Git - ccbs/blobdiff - bigscreen/widestring.cpp
Port to pqxx3, where we need the widestring traits available at parse time.
[ccbs] / bigscreen / widestring.cpp
index a0d781a4edf5d22ded01667e4e84bc259c522670..241183650819a700b9bc36e48c49c5d16c561412 100644 (file)
@@ -66,14 +66,3 @@ void widestring::operator= (const char *from)
        free(from_buf);
        delete[] to_buf;
 }
-
-namespace pqxx
-{
-
-template<>
-void from_string<widestring>(const char *from, widestring &to)
-{
-       to = from;
-}
-
-}