forked from boostorg/optional
docs: relnotes for 1.67
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
|
|
||||||
[section:relnotes Release Notes]
|
[section:relnotes Release Notes]
|
||||||
|
|
||||||
|
[heading Boost Release 1.67]
|
||||||
|
|
||||||
|
* Fixed [@https://github.com/boostorg/optional/issues/46 issue #46].
|
||||||
|
* Fixed `-Wzero-as-null-pointer-constant` warnings.
|
||||||
|
|
||||||
|
|
||||||
[heading Boost Release 1.66]
|
[heading Boost Release 1.66]
|
||||||
|
|
||||||
* On newer compilers `optional` is now trivially-copyable for scalar `T`s. This uses a different storage (just `T` rather than `aligned_storage`). We require the compiler to support defaulted functions.
|
* On newer compilers `optional` is now trivially-copyable for scalar `T`s. This uses a different storage (just `T` rather than `aligned_storage`). We require the compiler to support defaulted functions.
|
||||||
|
Reference in New Issue
Block a user