Opened 9 years ago

#9039 new Bugs

Boost.Bimap documentation misprint

Reported by: sarum9in@… Owned by: Matias Capeletto
Milestone: To Be Determined Component: bimap
Version: Boost 1.54.0 Severity: Cosmetic
Keywords: Cc:

Description

http://www.boost.org/doc/libs/1_54_0/libs/bimap/doc/html/boost_bimap/the_tutorial/discovering_the_bimap_framework.html#boost_bimap.the_tutorial.discovering_the_bimap_framework.bimap_mapping_framework

I suppose there is a misprint in used word.

Current: You have to used references to views, and not directly views object. Views cannot be constructed as separate objects from the container they belong to, so the following:

Suggested: You have to use references to views, and not directly views object. Views cannot be constructed as separate objects from the container they belong to, so the following:

Change History (0)

Note: See TracTickets for help on using tickets.