Opened 10 years ago

Closed 9 years ago

#6990 closed Bugs (fixed)

[graph] hash_setS is not std::hash_set

Reported by: Akira Takahashi <faithandbrave@…> 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."

Change History (1)

comment:1 by Jeremiah Willcock, 9 years ago

Resolution: fixed
Status: newclosed

(In [86136]) Fixed documentation about hash_setS; fixes #6990

Note: See TracTickets for help on using tickets.