X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSafeBool.cti;h=bdf32c27e577e9bf0848ea4b66ff2fc9646651bd;hb=9a988902090d28007578e93bffd809f6bd913155;hp=f223f7524bae42ee50a2a3fde21c919ed2f9ebf1;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Utils/SafeBool.cti b/Utils/SafeBool.cti index f223f75..bdf32c2 100644 --- a/Utils/SafeBool.cti +++ b/Utils/SafeBool.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Definition of inline template functions @@ -16,7 +16,7 @@ prefix_ senf::SafeBool::operator bool_type() const { return (static_cast(this))->boolean_test() - ? &SafeBoolBase::this_type_does_not_support_comparisons : 0; + ? &SafeBoolBase::this_type_does_not_support_comparisons : 0; } template @@ -33,7 +33,7 @@ prefix_ senf::SafeBool::~SafeBool() template prefix_ void senf::operator==(const SafeBool& lhs, const SafeBool& rhs) { - lhs.this_type_does_not_support_comparisons(); + lhs.this_type_does_not_support_comparisons(); } template @@ -48,4 +48,8 @@ prefix_ void senf::operator!=(const SafeBool& lhs, const SafeBool& rhs) // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: