Added function_input_iterator from Dean Michael Berris; fixes #2893

[SVN r62615]
This commit is contained in:
Jeremiah Willcock
2010-06-09 00:09:56 +00:00
parent c07f55ff65
commit 6bb82230b9
6 changed files with 366 additions and 25 deletions

View File

@ -6,6 +6,7 @@ sources = [
'counting_iterator.rst',
'facade-and-adaptor.rst',
'filter_iterator.rst',
'function_input_iterator.rst',
'function_output_iterator.rst',
'index.rst',
'indirect_iterator.rst',