[range] fixed #5314 (small mistakes in range adaptor examples)

[SVN r82346]
This commit is contained in:
Nathan Ridge
2013-01-04 01:18:36 +00:00
parent fc88bc06ad
commit cbd915a988
47 changed files with 67 additions and 67 deletions

View File

@ -25,7 +25,7 @@
This would produce the output:
``
1,2,3,4,5,6
1,2,3,4,5,6,
``
[endsect]

View File

@ -23,7 +23,7 @@
This would produce the output:
``
2,3,4,5
2,3,4,5,
``
[endsect]

View File

@ -25,7 +25,7 @@
This would produce the output:
``
2,4,6,8
2,4,6,8,
``
[endsect]

View File

@ -24,7 +24,7 @@
This would produce the output:
``
0,1,2,3,4,5,6,7,8,9
0,1,2,3,4,5,6,7,8,9,
``
[endsect]

View File

@ -24,7 +24,7 @@
This would produce the output:
``
0,1,2,3,4,5,6,7,8,9
0,1,2,3,4,5,6,7,8,9,
``
[endsect]

View File

@ -24,7 +24,7 @@
This would produce the output:
``
0,10,20,30,40,50,60,70,80,90
0,10,20,30,40,50,60,70,80,90,
``
[endsect]

View File

@ -26,7 +26,7 @@
This would produce the output:
``
1,10,3,10,5,10,7,10,9
1,10,3,10,5,10,7,10,9,
``
[endsect]

View File

@ -26,7 +26,7 @@
This would produce the output:
``
1,10,3,10,5,10,7,10,9
1,10,3,10,5,10,7,10,9,
``
[endsect]

View File

@ -23,7 +23,7 @@
This would produce the output:
``
9,8,7,6,5,4,3,2,1
9,8,7,6,5,4,3,2,1,
``
[endsect]

View File

@ -24,7 +24,7 @@
This would produce the output:
``
3,4,5
3,4,5,
``
[endsect]

View File

@ -23,7 +23,7 @@
This would produce the output:
``
1,3,5,7,9
1,3,5,7,9,
``
[endsect]

View File

@ -25,7 +25,7 @@
This would produce the output:
``
2,4,6,8,10,12,14,16,18,20
2,4,6,8,10,12,14,16,18,20,
``
[endsect]

View File

@ -55,10 +55,10 @@ public:
This would produce the output:
``
1,2,3,4,5
6,7,8,9,10
11,12,13,14,15
11,12,13,14,15
1,2,3,4,5,
6,7,8,9,10,
11,12,13,14,15,
11,12,13,14,15,
``
[endsect]

View File

@ -24,7 +24,7 @@
This would produce the output:
``
1,2,3,4,5,6
1,2,3,4,5,6,
``
[endsect]