mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-19 04:22:11 +00:00
Fix some doc typos and regenerate docs.
[SVN r78843]
This commit is contained in:
@@ -157,7 +157,7 @@ cpp_int b2(unsigned n)
|
||||
}
|
||||
|
||||
/*`
|
||||
Note how the `bit_set` function sets the specified bit in it's argument and then returns a reference to the result -
|
||||
Note how the `bit_set` function sets the specified bit in its argument and then returns a reference to the result -
|
||||
which we can then simply decrement. The result from a call to `b2` is the same as that to `b1`.
|
||||
|
||||
We can equally test bits, so for example the n'th bit of the result returned from `b2` shouldn't be set
|
||||
|
||||
Reference in New Issue
Block a user