Thread: Does boost has unordered_map or any other hashing container

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    519

    Does boost has unordered_map or any other hashing container

    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!

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    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

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Dinkumware implements the whole TR1 I believe, but I doubt it's free.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Boost Auto-Linking
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 12-30-2007, 06:11 AM
  2. sorting container
    By l2u in forum C++ Programming
    Replies: 6
    Last Post: 09-01-2007, 01:12 PM
  3. Creating Linked List Using Hashing and Stack
    By m0ntana in forum C Programming
    Replies: 2
    Last Post: 04-07-2007, 07:11 AM
  4. Integrating Boost with STLPort
    By Mario F. in forum Tech Board
    Replies: 1
    Last Post: 11-11-2006, 06:49 AM
  5. Linked List Queue Implementation help
    By Kenogu Labz in forum C++ Programming
    Replies: 8
    Last Post: 09-21-2005, 10:14 AM