Opened 10 years ago
Closed 9 years ago
#6990 closed Bugs (fixed)
[graph] hash_setS is not std::hash_set
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_49_0/libs/graph/doc/using_adjacency_list.html
"hash_setS selects std::hash_set."
has_setS implementation use boost::unordered_set. should be
"hash_setS selects boost::unordered_set."
Note:
See TracTickets
for help on using tickets.
(In [86136]) Fixed documentation about hash_setS; fixes #6990