X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FString.hh;h=623068b652c24c67cee01d3810ae69830476751d;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=10f523e6787e33c5af3aebad942e694635cfbe73;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Utils/String.hh b/Utils/String.hh index 10f523e..623068b 100644 --- a/Utils/String.hh +++ b/Utils/String.hh @@ -42,12 +42,15 @@ namespace senf { template std::string stringJoin(ForwardReadableRange const & range, std::string sep); + template + std::string str(T const & t); + } ///////////////////////////////hh.e//////////////////////////////////////// //#include "String.cci" #include "String.ct" -//#include "String.cti" +#include "String.cti" #endif