[range] fixed #7843 (missing example in docs for 'tokenized' range adaptor)

[SVN r82345]
This commit is contained in:
Nathan Ridge
2013-01-04 00:58:17 +00:00
parent 4a44cc75c9
commit fc88bc06ad
6 changed files with 131 additions and 31 deletions

View File

@ -44,6 +44,24 @@
* [*Range Return Type:] `boost::tokenized_range<typeof(rng)>`
* [*Returned Range Category:] __random_access_range__
[section:tokenized_example tokenized_example]
[import ../../../test/adaptor_test/tokenized_example.cpp]
[tokenized_example]
[endsect]
This would produce the output:
``
a
b
c
d
e
f
g
hijklmnopqrstuvwxyz
``
[endsect]