Opened 6 years ago

Closed 6 years ago

#12762 closed Bugs (fixed)

Incorrect documentation for boost::intrusive::size_type<typename>

Reported by: fdegros@… Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: intrusive
Version: Boost 1.63.0 Severity: Cosmetic
Keywords: Cc: fdegros@…

Description

In the documentation of Boost intrusive containers

size_type<bool Enabled>

should probably be

size_type<typename SizeType>

See: http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/slist.html#intrusive.slist.slist_container http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/list.html#intrusive.list.list_container http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/set_multiset.html#intrusive.set_multiset.set_multiset_containers http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.unordered_set_unordered_multiset_containers http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.unordered_set_unordered_multiset_containers http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/avl_set_multiset.html#intrusive.avl_set_multiset.set_multiset_containers http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/splay_set_multiset.html#intrusive.splay_set_multiset.set_multiset_containers http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/sg_set_multiset.html#intrusive.sg_set_multiset.sg_set_multiset_containers http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/treap_set_multiset.html#intrusive.treap_set_multiset.treap_set_multiset_containers

The only place that seems to get it right is http://www.boost.org/doc/libs/1_63_0/doc/html/intrusive/usage.html#intrusive.usage.usage_base_hook

However, there is a typo in this page. Change "specifying the the type" to "specifying the type".

Change History (1)

comment:1 by Ion Gaztañaga, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.