X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fsafe_bool.hh;h=f1786964c525d197449283e00c107feaee87a4ce;hb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;hp=44c18616b2deace28baedaa147198ea716ed7332;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/safe_bool.hh b/senf/Utils/safe_bool.hh index 44c1861..f178696 100644 --- a/senf/Utils/safe_bool.hh +++ b/senf/Utils/safe_bool.hh @@ -105,7 +105,7 @@ namespace senf { ... } \endcode - + If the class to be made using senf::safe_bool is itself comparable via it's own \c operator==, you must use comparable_safe_bool instead of safe_bool to not loose this capability.