spelling: compiling

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-11-01 21:46:25 -04:00
committed by Andrzej Krzemienski
parent c4291fa461
commit bcc83a662a
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ you can sometimes get an unexpected runtime result where you would rather expect
[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>