release notes

This commit is contained in:
Andrzej Krzemienski
2016-11-24 23:31:43 +01:00
parent 17826eae3b
commit 1618d5f3bb
3 changed files with 11 additions and 1 deletions

View File

@ -13,7 +13,9 @@
[heading Boost Release 1.63]
* Added two new in-place constructors. They work similarly to `emplace()` functions: they initialize the contained value by perfect-forwarding the obtained arguments. One constructor always initializes the contained value, the other based on a boolean condition.
* Syntax `o = {}` now correctly un-initializes optional, just like in `std::optional`.
* Fixed [@https://svn.boost.org/trac/boost/ticket/12203 Trac #12203].
* Fixed [@https://svn.boost.org/trac/boost/ticket/12563 Trac #12563].
[heading Boost Release 1.62]