X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FSTLSupport.cti;h=f346459fc64f67af50b085bac75c14f77ef536e9;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=1603192e2a8a411f93eaf60bc93fc78278514157;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Console/STLSupport.cti b/senf/Utils/Console/STLSupport.cti index 1603192..f346459 100644 --- a/senf/Utils/Console/STLSupport.cti +++ b/senf/Utils/Console/STLSupport.cti @@ -28,9 +28,9 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::console::detail::PushBackFunctor template @@ -40,7 +40,7 @@ prefix_ void senf::console::detail::PushBackFunctor::add(Sequence & seq, seq.push_back(value); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::console::detail::InsertFunctor template @@ -50,7 +50,7 @@ prefix_ void senf::console::detail::InsertFunctor::add(Collection & seq, seq.insert(value); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_