added output for the transform iterator example

[SVN r9187]
This commit is contained in:
Jeremy Siek 2001-02-13 04:38:59 +00:00
parent a4e122a82e
commit e1ecfbdc43

View File

@ -389,6 +389,10 @@ int main(int, char*[])
return 0; return 0;
} }
</pre> </pre>
This output is:
<pre>
2 4 6 8 10 12 14 16
</pre>
</blockquote> </blockquote>