mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
value constructor is sfinae-friendly
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
* you can swap optional references: it is like swapping pointers: shalow, underlying objects are not affected,
|
||||
* optional references to abstract types work.
|
||||
* Documented nested typedefs ([@https://svn.boost.org/trac/boost/ticket/5193 Trac #5193]).
|
||||
* Made the optional value constructor SFINAE-friendly, which fixes [@https://svn.boost.org/trac/boost/ticket/12002 Trac #12002].
|
||||
|
||||
[heading Boost Release 1.60]
|
||||
|
||||
|
Reference in New Issue
Block a user