mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-26 17:02:16 +00:00
updateed docments
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
<row>
|
||||
<entry><code>t & u</code></entry>
|
||||
|
||||
<entry>bool</entry>
|
||||
<entry>V</entry>
|
||||
|
||||
<entry>and of t and u padded out max # bits in t, u</entry>
|
||||
</row>
|
||||
@@ -338,7 +338,7 @@
|
||||
<row>
|
||||
<entry><code>t | u</code></entry>
|
||||
|
||||
<entry>bool</entry>
|
||||
<entry>V</entry>
|
||||
|
||||
<entry>or of t and u padded out max # bits in t, u</entry>
|
||||
</row>
|
||||
|
||||
Reference in New Issue
Block a user