added release notes

This commit is contained in:
Andrzej Krzemienski
2020-04-09 01:12:22 +02:00
parent 404f40bcc1
commit 19b94c01f3
3 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,8 @@
* Fixed [@https://github.com/boostorg/optional/issues/78 issue #78].
* `boost::none` is now declared as an inline variable (on compilers taht 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].
* Now surpressing warning `-Wweak-vtables`.
[heading Boost Release 1.69]