File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -546,8 +546,7 @@ value "false". The second function returns true for any boolean constant
546546that is not of value "false".
547547</p>
548548
549- <pre><code class="c++">
550- bool is_zero() const;
549+ <pre><code class="c++">bool is_zero() const;
551550bool is_one() const;
552551</code></pre>
553552
@@ -619,7 +618,7 @@ for edge access or other specialized behaviour:
619618</tr>
620619
621620<tr><td valign=top><code>address_of_exprt</code></td>
622- <td>Representation of a C-style <code>\& a</code> address-of operation. Convenience function <code>object()</code> for accessing operand.</td>
621+ <td>Representation of a C-style <code>& a</code> address-of operation. Convenience function <code>object()</code> for accessing operand.</td>
623622</tr>
624623
625624<tr><td valign=top><code>dereference_exprt</code></td>
You can’t perform that action at this time.
0 commit comments