documented in-place constructors

This commit is contained in:
Andrzej Krzemienski
2016-10-28 00:01:13 +02:00
parent 9af24038bc
commit 4a9d53539c
13 changed files with 407 additions and 33 deletions

View File

@ -11,6 +11,10 @@
[section:relnotes Release Notes]
[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.
* Fixed [@https://svn.boost.org/trac/boost/ticket/12203 Trac #12203].
[heading Boost Release 1.62]