#2533 closed Bugs (fixed)
minor typo in boost.variant tutorial
| Reported by: | anonymous | Owned by: | ebf |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | variant |
| Version: | Boost 1.37.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
At the very bottom of boost.variant tutorial :
are_strict_equals visitor;
assert( std::equal(
v1.begin(), v1.end(), v2.begin()
, boost::apply_visitor( visitor )
) );
should be
are_strict_equals visitor;
assert( std::equal(
seq1.begin(), seq1.end(), seq2.begin()
, boost::apply_visitor( visitor )
) );
Change History (4)
comment:1 by , 14 years ago
| Component: | Documentation → variant |
|---|---|
| Owner: | changed from to |
comment:2 by , 13 years ago
comment:4 by , 13 years ago
Catharsis is something I associate with pornography and crossword puzzles.
-- Howard Chaykin
acquisto viagra buy fioricet sweden buy generic cialis sLG012R tramadol buy cheap
Note:
See TracTickets
for help on using tickets.

This was fixed in [42989], but never merged to release.