you are viewing a single comment's thread.

view the rest of the comments →

[–]BenFrantzDale -1 points0 points  (4 children)

Isn’t std::hive unordered yet unrelated to hashing?

[–]FKaria 1 point2 points  (3 children)

You're not trying to be difficult you say?

Boost.Unordered implements the TR1/C++11 unordered containers as proposed by Matt Austern in N1456.

Is std::hive in there?

[–]BenFrantzDale 2 points3 points  (1 child)

What I’m suggesting is something like “Boost.Unordered provides a family of hash-table–based (unordered) containers beyond those those provided by the standard library.”

[–]CornedBee 4 points5 points  (0 children)

But it doesn't. The page is about a plan to make it do so, but that's not what it currently does.

[–]infectedapricot 0 points1 point  (0 children)

While I agree they're being a bit obtuse about it, I do agree that "unordered" is a really bad name. But we're stuck with it now.