X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FString.cti;h=f879d1905f06f428e9a4f21542e024f72023f4ad;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=02e42c7790c90f10659f019d7f78b8a6e928f1d8;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/String.cti b/senf/Utils/String.cti index 02e42c7..f879d19 100644 --- a/senf/Utils/String.cti +++ b/senf/Utils/String.cti @@ -29,7 +29,7 @@ #include #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ std::string senf::str(T const & t) @@ -37,7 +37,7 @@ prefix_ std::string senf::str(T const & t) return boost::lexical_cast(t); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_