X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSafeBool.hh;h=129f6d271e81664cf3c410160804f667b667a38a;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=0b944bcf980fc5253aa5f5c747a0f98d41064e46;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Utils/SafeBool.hh b/Utils/SafeBool.hh index 0b944bc..129f6d2 100644 --- a/Utils/SafeBool.hh +++ b/Utils/SafeBool.hh @@ -44,7 +44,7 @@ namespace senf { better in this respect but still allows two instances of any class having such a void * conversion to be compared for equality. This again will produce absolutely unexpected - results since it will not check wethere the objects are + results since it will not check whether the objects are identical, it will only check, that both return the same boolean state. @@ -112,4 +112,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: