mirror of
https://github.com/boostorg/optional.git
synced 2025-07-25 18:17:16 +02:00
Fix some typos
[SVN r23844]
This commit is contained in:
@ -309,7 +309,7 @@ class optional
|
||||
{
|
||||
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 () ;
|
||||
|
||||
@ -353,11 +353,11 @@ class optional
|
||||
|
||||
bool operator!() const ;
|
||||
|
||||
<i><u>deprectated methods</u></i>
|
||||
<i><u>deprecated methods</u></i>
|
||||
|
||||
void reset() ; (deprectated)
|
||||
void reset ( T const& ) ; (deprectated)
|
||||
bool is_initialized() const ; (deprectated)
|
||||
void reset() ; (deprecated)
|
||||
void reset ( T const& ) ; (deprecated)
|
||||
bool is_initialized() const ; (deprecated)
|
||||
|
||||
} ;
|
||||
|
||||
|
Reference in New Issue
Block a user