Opened 14 years ago

Closed 13 years ago

#2467 closed Tasks (fixed)

Implement unordered storage selectors

Reported by: Andrew Sutton Owned by: Andrew Sutton
Milestone: To Be Determined Component: graph
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Rewrite the hash* storage selectors to use the unordered_set and unordered_map data structures from tr1/0x. The fix to #2444 (r49554) breaks any code compiled against libraries that deprecate the hash_* data structures (e.g., GCC >= 4.3).

Change History (1)

comment:1 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: newclosed

I fixed this previously because of the warning issue; I used boost/unordered_*, though.

Note: See TracTickets for help on using tickets.