diff --git a/doc/tribool.html b/doc/tribool.html index 3a411ac..aa6e2de 100644 --- a/doc/tribool.html +++ b/doc/tribool.html @@ -90,6 +90,11 @@ } +

Users may introduce additional keywords for the indeterminate value in addition to the implementation-supplied indeterminate using the BOOST_TRIBOOL_THIRD_STATE macro. For instance, the following macro instantiation (at the global scope) will introduce the keyword maybe as a synonym for indeterminate (also residing in the boost namespace): +

+  BOOST_TRIBOOL_THIRD_STATE(maybe)
+
+

Truth Tables