Changeset 75158

Timestamp:
Oct 28, 2011, 5:42:51 PM (11 years ago)
Author:
Daniel James
Message:

Unordered: Return iterators in pairs instead of node_pointers.

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.