Boost C++ Libraries: Ticket #5510: The truth table in the documention makes no sense to me https://svn.boost.org/trac10/ticket/5510 <p> The documentation contains truth tables for the various logical functions. Here is an example for the &amp;&amp; operator </p> <pre class="wiki">&amp;&amp; false true indeterminate false false false false true false true indeterminate indeterminate false indeterminate indeterminate </pre><p> What I expect to see is </p> <pre class="wiki">x y x &amp;&amp; y false false false false true false false indeterminate false true false false true true true true indeterminate indeterminate indeterminate false false indeterminate true indeterminate indeterminate indeterminate indeterminate </pre><p> similarly for the other operators. </p> <p> Also, there needs to be a real explanation for safe_bool. I think I understand it now, but it was totally non-obvious. At a bare minimum a link to a real explanation is necessary. </p> <p> Robert Ramey </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5510 Trac 1.4.3 Steven Watanabe Fri, 29 Apr 2011 00:04:00 GMT <link>https://svn.boost.org/trac10/ticket/5510#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5510#comment:1</guid> <description> <p> It's just organized slightly differently. The top row and the left column are the arguments. The remaining 3x3 cells are the results. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Sat, 13 Oct 2018 04:11:13 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/5510#comment:2 https://svn.boost.org/trac10/ticket/5510#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">doug_gregor</span> to <span class="trac-author">James E. King, III</span> </li> </ul> Ticket James E. King, III Sat, 13 Oct 2018 04:12:24 GMT status, severity, summary changed; resolution set https://svn.boost.org/trac10/ticket/5510#comment:3 https://svn.boost.org/trac10/ticket/5510#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Cosmetic</span> </li> <li><strong>summary</strong> <span class="trac-field-old">The truth table in the documention make no sense to me</span> → <span class="trac-field-new">The truth table in the documention makes no sense to me</span> </li> </ul> <p> The truth tables make sense to me as-is, and the issue about safe_bool has been moved to <a class="ext-link" href="https://github.com/boostorg/logic/pull/7"><span class="icon">​</span>https://github.com/boostorg/logic/pull/7</a>. As such, closing this out. </p> Ticket