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
546
546
that is not of value "false".
547
547
</p>
548
548
549
- <pre><code class="c++">
550
- bool is_zero() const;
549
+ <pre><code class="c++">bool is_zero() const;
551
550
bool is_one() const;
552
551
</code></pre>
553
552
@@ -619,7 +618,7 @@ for edge access or other specialized behaviour:
619
618
</tr>
620
619
621
620
<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>
623
622
</tr>
624
623
625
624
<tr><td valign=top><code>dereference_exprt</code></td>
You can’t perform that action at this time.
0 commit comments