diff --git a/OptionalPointee.html b/OptionalPointee.html index 462d6f3..c3c7e44 100644 --- a/OptionalPointee.html +++ b/OptionalPointee.html @@ -57,10 +57,7 @@ aliasing. Validity Test -  t
-  t != 0
-  !!t - +  bool(t)  bool If the pointee is valid returns true.
If the pointee is invalid returns false. @@ -68,9 +65,7 @@ aliasing. Invalidity Test -  t == 0
-  !t - +  !t  bool If the pointee is valid returns false.
If the pointee is invalid returns true. @@ -161,4 +156,4 @@ so direct usage of relational operators with the implied aliasing of shallow sem www.boost.org/LICENSE_1_0.txt

- \ No newline at end of file +