Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#1893 closed Bugs (fixed)

Documentation Corrections to map.html

Reported by: Charles Brockman <cmbrockman@…> Owned by: Joel de Guzman
Milestone: Boost 1.36.0 Component: fusion
Version: Boost Release Branch Severity: Problem
Keywords: Cc:

Description

On the /trunk/libs/fusion/doc/html/fusion/container/map.html page in the Description section:
"...heteregenous typed data elements."
should be
"...heterogenous-typed data elements."
or
"...heterogeneous-typed data elements." (the spelling used in the Model of section below)

In the Header section:
#include <boost/fusion/container/map_fwd.hpp>
should be changed to
#include <boost/fusion/container/map/map_fwd.hpp>

In the Synopsis section we read:
"You may define the preprocessor constant FUSION_MAX_MAP_SIZE..."
but note 9 at the bottom of /trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html and note 12 at the bottom of /trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html both state
"map is implemented in terms of the vector. That is why we reuse FUSION_MAX_VECTOR_SIZE."
(See also http://lists.boost.org/boost-users/2007/03/26406.php)
Perhaps the reference to FUSION_MAX_MAP_SIZE on the map.html page should be changed to FUSION_MAX_VECTOR_SIZE or the references on both make_map.html pages should be changed to FUSION_MAX_MAP_SIZE.

Change History (2)

comment:1 by Joel de Guzman, 13 years ago

Resolution: fixed
Status: newclosed

comment:2 by organic search engine optimization, 10 years ago

Version: Boost Development TrunkBoost Release Branch

Hello there, I love your blog svn.boost.org . Is there something I can do to receive updates like a subscription or some thing? I am sorry I'm not acquainted with RSS?

Note: See TracTickets for help on using tickets.