X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FString.hh;h=623068b652c24c67cee01d3810ae69830476751d;hb=532240d72e09e19e57fac9bb55c2560b9c9e5b97;hp=1bdf93ebc153b1fd7bdc19db5ce30c8c357742fc;hpb=9e7071473642404359c8b7a88c78fe02f00baf16;p=senf.git diff --git a/Utils/String.hh b/Utils/String.hh index 1bdf93e..623068b 100644 --- a/Utils/String.hh +++ b/Utils/String.hh @@ -23,8 +23,8 @@ /** \file \brief String public header */ -#ifndef HH_String_ -#define HH_String_ 1 +#ifndef HH_SENF_Utils_String_ +#define HH_SENF_Utils_String_ 1 // Custom includes #include @@ -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