corrected category_of documentation (2)

[SVN r58568]
This commit is contained in:
Christopher Schmidt
2009-12-29 18:29:59 +00:00
parent b1b171f130
commit f7fd836354
229 changed files with 1280 additions and 1280 deletions

View File

@ -212,7 +212,7 @@ The return type is derived from one of:
: incrementable_traversal_tag {};
struct forward_traversal_tag
: single_pass_sequence_tag {};
: single_pass_traversal_tag {};
struct bidirectional_traversal_tag
: forward_traversal_tag {};