mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-01 21:12:10 +00:00
It looks like the current version doesn't work with a correct implementation of C++11 pairs since they don't use explicit conversions. So just return the correct type in the first place. Should probably be using iterators in other places as well. I was using node_pointers everywhere due to some legacy from older versions. [SVN r75158]