mirror of
https://github.com/boostorg/optional.git
synced 2025-07-18 23:02:07 +02:00
spelling: compiling
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
c4291fa461
commit
bcc83a662a
@ -80,7 +80,7 @@ you can sometimes get an unexpected runtime result where you would rather expect
|
|||||||
|
|
||||||
[section False positive with -Wmaybe-uninitialized]
|
[section False positive with -Wmaybe-uninitialized]
|
||||||
|
|
||||||
Sometimes on GCC compilers below version 5.1 you may get an -Wmaybe-uninitialized warning when copiling with option -02 on a perfectly valid `boost::optional` usage. For instance in this program:
|
Sometimes on GCC compilers below version 5.1 you may get an -Wmaybe-uninitialized warning when compiling with option -02 on a perfectly valid `boost::optional` usage. For instance in this program:
|
||||||
|
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</h4></div></div></div>
|
</h4></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
Sometimes on GCC compilers below version 5.1 you may get an -Wmaybe-uninitialized
|
Sometimes on GCC compilers below version 5.1 you may get an -Wmaybe-uninitialized
|
||||||
warning when copiling with option -02 on a perfectly valid <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">optional</span></code> usage. For instance in this
|
warning when compiling with option -02 on a perfectly valid <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">optional</span></code> usage. For instance in this
|
||||||
program:
|
program:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">optional</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">optional</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||||
|
Reference in New Issue
Block a user