Update changelog with issue #100.

This commit is contained in:
Ion Gaztañaga
2019-01-30 21:34:32 +01:00
parent eaad660682
commit bd75c0ebbd

View File

@@ -1244,10 +1244,11 @@ use [*Boost.Container]? There are several reasons for that:
[section:release_notes_boost_1_70_00 Boost 1.70 Release]
* Removed support for already deprecated GCC < 4.3 and MSVC < 9.0 (Visual 2008) compilers.
* Default allocator parameter changed form `new_alloator<T>` to `void` to reduce symbol lenghts.
* Default allocator parameter changed form `new_allocator<T>` to `void` to reduce symbol lenghts.
* Fixed bugs:
* [@https://github.com/boostorg/container/pull/96 GitHub #96: ['"Workaround: Intel compilers do not offer CTAD yet"]].
* [@https://github.com/boostorg/container/issues/97 GitHub #97: ['"buffer overflow in boost::container::flat_map on FreeBSD"]].
* [@https://github.com/boostorg/container/issues/100 GitHub #100: ['"Compile error on Green Hills: container_detail::flat_tree has no member insert"]].
[endsect]