New issue 41 by tenox2800: Error in documentation of max_load_factor and
min_load_factor
http://code.google.com/p/google-sparsehash/issues/detail?id=41
The documentation for sparse_hash_map reads:
float max_load_factor(size_t new_grow)
and
float min_load_factor(size_t new_grow)
In both of these cases it seems that new_grow is a float not a size_t.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 41 by csilvers: Error in documentation of
max_load_factor and min_load_factor
http://code.google.com/p/google-sparsehash/issues/detail?id=41
Oops! In fact, the prototype is totally wrong. I've fixed it on all 4
pages, which
will be in the next release.
Great! Thanks again!
Comment #3 on issue 41 by csilvers: Error in documentation of
max_load_factor and min_load_factor
http://code.google.com/p/google-sparsehash/issues/detail?id=41
(No comment was entered for this change.)
This should be resolved in sparsehash 1.6, just released.
Comment #5 on issue 41 by csilvers: Error in documentation of
max_load_factor and min_load_factor
http://code.google.com/p/google-sparsehash/issues/detail?id=41
(No comment was entered for this change.)
--