2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 20:32:16 +00:00

updated poly_collection release notes

This commit is contained in:
joaquintides
2017-11-06 13:11:36 +01:00
committed by GitHub
parent 3a229ce871
commit 4b2a0dc8fb

View File

@@ -104,9 +104,9 @@
* Maintenance fixes.
* [phrase library..[@/libs/poly_collection/ PolyCollection]:]
* Boost.PolyCollection has been backported to GCC 4.8-9. In the case of GCC 4.8,
there are some limitations coming from deficiencies in the version of libstdc++-v3
this compiler uses:
* Boost.PolyCollection has been backported to GCC 4.8 to 4.9 and Clang 3.3 to 3.6. The
version of libstdc++-v3 shipped with GCC 4.8 (which can also be used by Clang) has
deficiencies that result in the following limitations when using Boost.PolyCollection:
* Stateful allocators are not properly supported.
* Allocator-extended move construction decays to allocator-extended copy construction.
* Copy construction crashes if an exception is thrown during element copying.