from libstdc++-v3/docs/html/ext/pb_ds/hash_based_containers.html There might be 2 errors in the "Hash Table Design" document as follows:
================================== 1st Error: Section : Hash Table Design - Implementation - Probing Tables Original text : gp_hash_table is parametrized by Hash_Fn, Probe_Fn, and Comb_Probe_Fn. As before, if Probe_Fn and Comb_Probe_Fn are, respectively, null_hash_fn and null_probe_fn, then Comb_Probe_Fn is a ranged-probe functor. ... Suggestion text: gp_hash_table is parametrized by Hash_Fn, Probe_Fn, and Comb_Probe_Fn. As before, if Hash_Fn and Probe_Fn are, respectively, null_hash_fn and null_probe_fn, then Comb_Probe_Fn is a ranged-probe functor. ... ================================== 2nd Error: Figure: Hash policy class diagram. Suggestion: null_probe_fn class is missing. ================================== I have to apologize if they are not errors. I am quite new to this forum and my english is very poor. Chalathip Thumkanon. -- Summary: Hash Document Errors Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: chalathip at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32819