diff -r 03750aff8619 -r 0a40752e401d src/DataTypeWriter.cpp --- a/src/DataTypeWriter.cpp Sun Jul 15 00:45:21 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -#include "../include/DataTypeWriter.h" - -namespace relpipe { -namespace writer { - -template void DataTypeWriter::writeString(std::ostream& output, const string_t &stringValue) { - writeValue(output, toValue(stringValue)); -}; - -} -}