2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00

Merge pull request #282 from apolukhin/apolukhin_1_66_changes

Stacktrace and Variant changes
This commit is contained in:
Daniel James
2017-11-05 14:48:17 +00:00
committed by GitHub

View File

@@ -112,6 +112,10 @@
* Copy construction crashes if an exception is thrown during element copying.
* Maintenance fixes.
* [phrase library..[@/libs/stacktrace/ Stacktrace]:]
* Now works out-of-the-box on MinGW-w64.
* Now works on MinGW (without `-w64`) if `libbacktrace` is properly installed. See "MinGW specific notes" section in documentation for more info.
* [phrase library..[@/libs/utility/ Utility]:]
* `boost/next_prior.hpp` has been moved to Boost.Iterator. No changes needed to the user's code.
@@ -138,6 +142,9 @@
No changes needed to user's code, however you may get
build warnings if you use the old header location.
* [phrase library..[@/libs/variant/ Variant]:]
* `boost::apply_visitor` now does perfect forwarding of visitables [ticket 6971]. Great thanks to Levon Tarakchyan for implementing this feature.
* /TODO/