Hint iterator support was too late for 1.62.0

This commit is contained in:
Daniel James
2016-08-19 12:37:57 +01:00
parent 827f77729f
commit 7f380028cc

View File

@@ -278,6 +278,9 @@ C++11 support has resulted in some breaking changes:
for `unordered_multiset` and `unordered_multimap`. Might be a little slower.
* Stop using return value SFINAE which some older compilers have issues
with.
[h2 Boost 1.63.0]
* Check hint iterator in `insert`/`emplace_hint`.
[endsect]