mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 03:57:20 +02:00
Fix some typos
[SVN r23844]
This commit is contained in:
@ -309,7 +309,7 @@ class optional
|
|||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
|
|
||||||
<i><u>(If T is of referennce type, the parameters and results by reference are by value)</u></i>
|
<i><u>(If T is of reference type, the parameters and results by reference are by value)</u></i>
|
||||||
|
|
||||||
optional () ;
|
optional () ;
|
||||||
|
|
||||||
@ -353,11 +353,11 @@ class optional
|
|||||||
|
|
||||||
bool operator!() const ;
|
bool operator!() const ;
|
||||||
|
|
||||||
<i><u>deprectated methods</u></i>
|
<i><u>deprecated methods</u></i>
|
||||||
|
|
||||||
void reset() ; (deprectated)
|
void reset() ; (deprecated)
|
||||||
void reset ( T const& ) ; (deprectated)
|
void reset ( T const& ) ; (deprecated)
|
||||||
bool is_initialized() const ; (deprectated)
|
bool is_initialized() const ; (deprecated)
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
@ -1442,4 +1442,4 @@ the latest version of this file can be found at <A
|
|||||||
HREF="http://www.boost.org">www.boost.org</A>, and the boost
|
HREF="http://www.boost.org">www.boost.org</A>, and the boost
|
||||||
<A HREF="http://www.boost.org/more/mailing_lists.htm#main">discussion lists</A></P>
|
<A HREF="http://www.boost.org/more/mailing_lists.htm#main">discussion lists</A></P>
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
Reference in New Issue
Block a user