mirror of
https://github.com/boostorg/optional.git
synced 2025-07-30 20:47:18 +02:00
spelling: addresses
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
416c89e165
commit
ab7e5275c0
@ -60,7 +60,7 @@ On compilers that do not support rvalue references, each of these functions is s
|
|||||||
template<class Arg> void emplace(Arg& arg);
|
template<class Arg> void emplace(Arg& arg);
|
||||||
void emplace();
|
void emplace();
|
||||||
|
|
||||||
This workaround addressess about 40% of all use cases. If this is insufficient, you need to resort to using [link boost_optional.tutorial.in_place_factories In-Place Factories].
|
This workaround addresses about 40% of all use cases. If this is insufficient, you need to resort to using [link boost_optional.tutorial.in_place_factories In-Place Factories].
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
[section Optional Reference Binding][#optional_reference_binding]
|
[section Optional Reference Binding][#optional_reference_binding]
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
<span class="keyword">void</span> <span class="identifier">emplace</span><span class="special">();</span>
|
<span class="keyword">void</span> <span class="identifier">emplace</span><span class="special">();</span>
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
This workaround addressess about 40% of all use cases. If this is insufficient,
|
This workaround addresses about 40% of all use cases. If this is insufficient,
|
||||||
you need to resort to using <a class="link" href="../tutorial/in_place_factories.html" title="In-Place Factories">In-Place
|
you need to resort to using <a class="link" href="../tutorial/in_place_factories.html" title="In-Place Factories">In-Place
|
||||||
Factories</a>.
|
Factories</a>.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user