tr1 unordered containers

Is anyone already working on these? I was at a class by Scott Meyers a while back and it sounded like no. It's something I am interested in doing if there is interest in getting it done and someone else isn't already there.

Why? Hash containers were included already in 1994 or 1995 in the original STL by Stepanov and in (all? major?) subsequent implementations of STL. TR1 just standardized details of how hash containers must behave. They were renamed as unordered containers only to not break existing codes that may depend on a specific implementation of hashes.

Noah Roberts wrote:
Is anyone already working on these? I was at a class by Scott Meyers a while back and it sounded like no. It's something I am interested in doing if there is interest in getting it done and someone else isn't already there.
There is already an implementation in the vault. It only lacks tests and documentation.
participants (3)
-
Mathias Gaunard
-
Noah Roberts
-
Yuriy Koblents-Mishke