X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIgnoreValue.hh;h=591a38a7ea517c63b4c24e43a7f01aa314fae590;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=061193d4740b7784014f1af68d1bae7fe80d7ca5;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/IgnoreValue.hh b/senf/Utils/IgnoreValue.hh index 061193d..591a38a 100644 --- a/senf/Utils/IgnoreValue.hh +++ b/senf/Utils/IgnoreValue.hh @@ -29,13 +29,13 @@ // Custom includes //#include "IgnoreValue.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /** \brief Explicitly ignore a value - To explicitly ingore a value (e.g. the return value of a function), pass that value to + To explicitly ignore a value (e.g. the return value of a function), pass that value to senf::IGNORE(). This has the added benefit of silencing \em any warnings about ignored values by g++. */ @@ -46,7 +46,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "IgnoreValue.cci" //#include "IgnoreValue.ct" #include "IgnoreValue.cti"