X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fsafe_bool.cti;h=a65a6cac209a557ea638a5d246c522b3edb0dbf1;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=4b71c4d633d6e178b4c7bf7fa07daff83b2f589f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/safe_bool.cti b/senf/Utils/safe_bool.cti index 4b71c4d..a65a6ca 100644 --- a/senf/Utils/safe_bool.cti +++ b/senf/Utils/safe_bool.cti @@ -28,7 +28,7 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ senf::comparable_safe_bool::operator bool_type() @@ -61,7 +61,7 @@ prefix_ void senf::operator!=(const safe_bool& lhs, const safe_bool& rhs) lhs.this_type_does_not_support_comparisons(); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_