mirror of
https://github.com/boostorg/optional.git
synced 2025-07-23 17:17:17 +02:00
Doc: spelling fix from jsjohns
This commit is contained in:
@ -171,7 +171,7 @@ Also, the presence of the possibly uninitialized state requires additional
|
|||||||
operations not provided by `T` itself which are supported by a special interface.
|
operations not provided by `T` itself which are supported by a special interface.
|
||||||
|
|
||||||
[heading Lexically-hinted Value Access in the presence of possibly
|
[heading Lexically-hinted Value Access in the presence of possibly
|
||||||
untitialized optional objects: The operators * and ->]
|
uninitialized optional objects: The operators * and ->]
|
||||||
|
|
||||||
A relevant feature of a pointer is that it can have a [*null pointer value].
|
A relevant feature of a pointer is that it can have a [*null pointer value].
|
||||||
This is a ['special] value which is used to indicate that the pointer is not
|
This is a ['special] value which is used to indicate that the pointer is not
|
||||||
|
@ -63,8 +63,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h6>
|
<h6>
|
||||||
<a name="boost_optional.tutorial.design_overview.the_interface.h0"></a>
|
<a name="boost_optional.tutorial.design_overview.the_interface.h0"></a>
|
||||||
<span class="phrase"><a name="boost_optional.tutorial.design_overview.the_interface.lexically_hinted_value_access_in_the_presence_of_possibly_untitialized_optional_objects__the_operators___and___gt_"></a></span><a class="link" href="the_interface.html#boost_optional.tutorial.design_overview.the_interface.lexically_hinted_value_access_in_the_presence_of_possibly_untitialized_optional_objects__the_operators___and___gt_">Lexically-hinted
|
<span class="phrase"><a name="boost_optional.tutorial.design_overview.the_interface.lexically_hinted_value_access_in_the_presence_of_possibly_uninitialized_optional_objects__the_operators___and___gt_"></a></span><a class="link" href="the_interface.html#boost_optional.tutorial.design_overview.the_interface.lexically_hinted_value_access_in_the_presence_of_possibly_uninitialized_optional_objects__the_operators___and___gt_">Lexically-hinted
|
||||||
Value Access in the presence of possibly untitialized optional objects:
|
Value Access in the presence of possibly uninitialized optional objects:
|
||||||
The operators * and -></a>
|
The operators * and -></a>
|
||||||
</h6>
|
</h6>
|
||||||
<p>
|
<p>
|
||||||
|
@ -146,7 +146,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"><p><small>Last revised: March 09, 2015 at 20:53:41 GMT</small></p></td>
|
<td align="left"><p><small>Last revised: March 13, 2015 at 21:52:15 GMT</small></p></td>
|
||||||
<td align="right"><div class="copyright-footer"></div></td>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user