Hi,
Wikipedia states that tr1 has std::tr1::unordered_map and std::tr1::unordered_multimap.
I can't seem to find it in boost 1.34 and also google is a bit confusing. Doesn't boost implement the whole tr1?
Thank you and regards!
This is a discussion on Does boost has unordered_map or any other hashing container within the C++ Programming forums, part of the General Programming Boards category; Hi, Wikipedia states that tr1 has std::tr1::unordered_map and std::tr1::unordered_multimap. I can't seem to find it in boost 1.34 and also ...
Hi,
Wikipedia states that tr1 has std::tr1::unordered_map and std::tr1::unordered_multimap.
I can't seem to find it in boost 1.34 and also google is a bit confusing. Doesn't boost implement the whole tr1?
Thank you and regards!
Nope, not yet. The unordered containers are in the sandbox, but not in any actual release.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
Dinkumware implements the whole TR1 I believe, but I doubt it's free.