corrected category_of documentation

[SVN r58559]
This commit is contained in:
Christopher Schmidt
2009-12-29 14:10:17 +00:00
parent d366a4f0e2
commit b1b171f130
229 changed files with 1284 additions and 1284 deletions

View File

@ -206,10 +206,10 @@ The return type is derived from one of:
namespace boost { namespace fusion
{
struct incrementable_sequence_tag {};
struct incrementable_traversal_tag {};
struct single_pass_sequence_tag
: incrementable_sequence_tag {};
struct single_pass_traversal_tag
: incrementable_traversal_tag {};
struct forward_traversal_tag
: single_pass_sequence_tag {};