mirror of
https://github.com/boostorg/optional.git
synced 2025-07-19 07:12:06 +02:00
spelling: occur
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
a4479bf8cd
commit
599c72f23b
@ -16,7 +16,7 @@ some operations are not available in this case:
|
|||||||
* Value-access via pointer
|
* Value-access via pointer
|
||||||
|
|
||||||
Also, even though `optional<T&>` treats it wrapped pseudo-object much as
|
Also, even though `optional<T&>` treats it wrapped pseudo-object much as
|
||||||
a real value, a true real reference is stored so aliasing will ocurr:
|
a real value, a true real reference is stored so aliasing will occur:
|
||||||
|
|
||||||
* Copies of `optional<T&>` will copy the references but all these references
|
* Copies of `optional<T&>` will copy the references but all these references
|
||||||
will nonetheless refer to the same object.
|
will nonetheless refer to the same object.
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special"><</span><span class="identifier">T</span><span class="special">&></span></code>
|
Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special"><</span><span class="identifier">T</span><span class="special">&></span></code>
|
||||||
treats it wrapped pseudo-object much as a real value, a true real reference
|
treats it wrapped pseudo-object much as a real value, a true real reference
|
||||||
is stored so aliasing will ocurr:
|
is stored so aliasing will occur:
|
||||||
</p>
|
</p>
|
||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special"><</span><span class="identifier">T</span><span class="special">&></span></code> treats it wrapped pseudo-object
|
Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special"><</span><span class="identifier">T</span><span class="special">&></span></code> treats it wrapped pseudo-object
|
||||||
much as a real value, a true real reference is stored so aliasing will
|
much as a real value, a true real reference is stored so aliasing will
|
||||||
ocurr:
|
occur:
|
||||||
</p>
|
</p>
|
||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
|
Reference in New Issue
Block a user