forked from boostorg/range
[range] fixed #5314 (small mistakes in range adaptor examples)
[SVN r82346]
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
This would produce the output:
|
||||
``
|
||||
1,2,3,4,5,6
|
||||
1,2,3,4,5,6,
|
||||
``
|
||||
[endsect]
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
This would produce the output:
|
||||
``
|
||||
2,3,4,5
|
||||
2,3,4,5,
|
||||
``
|
||||
[endsect]
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
This would produce the output:
|
||||
``
|
||||
2,4,6,8
|
||||
2,4,6,8,
|
||||
``
|
||||
[endsect]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
This would produce the output:
|
||||
``
|
||||
3,4,5
|
||||
3,4,5,
|
||||
``
|
||||
[endsect]
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
This would produce the output:
|
||||
``
|
||||
1,3,5,7,9
|
||||
1,3,5,7,9,
|
||||
``
|
||||
[endsect]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
This would produce the output:
|
||||
``
|
||||
1,2,3,4,5,6
|
||||
1,2,3,4,5,6,
|
||||
``
|
||||
[endsect]
|
||||
|
||||
|
Reference in New Issue
Block a user