mirror of
https://github.com/boostorg/optional.git
synced 2025-07-19 07:12:06 +02:00
spelling: suppressing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
653ebefbac
commit
668c8d924b
@ -38,7 +38,7 @@
|
|||||||
* Fixed [@https://github.com/boostorg/optional/issues/78 issue #78].
|
* Fixed [@https://github.com/boostorg/optional/issues/78 issue #78].
|
||||||
* `boost::none` is now declared as an inline variable (on compilers that support it): there is only one instance of `boost::none` across all translation units.
|
* `boost::none` is now declared as an inline variable (on compilers that support it): there is only one instance of `boost::none` across all translation units.
|
||||||
* Fixed a number of compilation errors in GCC 4.4.7 in `optional<T>` for trivial `T`s. Thanks to Robert Leahy for the fix. For details see [@https://github.com/boostorg/optional/pull/80 pr #78].
|
* Fixed a number of compilation errors in GCC 4.4.7 in `optional<T>` for trivial `T`s. Thanks to Robert Leahy for the fix. For details see [@https://github.com/boostorg/optional/pull/80 pr #78].
|
||||||
* Now surpressing warning `-Wweak-vtables`.
|
* Now suppressing warning `-Wweak-vtables`.
|
||||||
|
|
||||||
[heading Boost Release 1.69]
|
[heading Boost Release 1.69]
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
#78</a>.
|
#78</a>.
|
||||||
</li>
|
</li>
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
Now surpressing warning <code class="computeroutput"><span class="special">-</span><span class="identifier">Wweak</span><span class="special">-</span><span class="identifier">vtables</span></code>.
|
Now suppressing warning <code class="computeroutput"><span class="special">-</span><span class="identifier">Wweak</span><span class="special">-</span><span class="identifier">vtables</span></code>.
|
||||||
</li>
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
<h4>
|
<h4>
|
||||||
|
Reference in New Issue
Block a user