Boost 1.64.0 changelog entry

This commit is contained in:
Daniel James
2017-03-15 11:16:53 +00:00
parent d060d3a0e5
commit e657f75a17

View File

@ -303,4 +303,9 @@ C++11 support has resulted in some breaking changes:
arguments, but an off by one error in the preprocessor code meant it only arguments, but an off by one error in the preprocessor code meant it only
supported up to 9. supported up to 9.
[h2 Boost 1.64.0]
* Initial support for new C++17 member functions:
`insert_or_assign` and `try_emplace` in `unordered_map`,
`merge` and `extract` in all containers.
[endsect] [endsect]