• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright David Abrahams 2004. Use, modification and distribution is
2# subject to the Boost Software License, Version 1.0. (See accompanying
3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5sources = [
6'counting_iterator.rst',
7'facade-and-adaptor.rst',
8'filter_iterator.rst',
9'function_input_iterator.rst',
10'function_output_iterator.rst',
11'index.rst',
12'indirect_iterator.rst',
13'pointee.rst',
14'iterator_adaptor.rst',
15'iterator_facade.rst',
16'new-iter-concepts.rst',
17'permutation_iterator.rst',
18'reverse_iterator.rst',
19'transform_iterator.rst',
20'zip_iterator.rst',
21'iterator_archetypes.rst',
22'iterator_concepts.rst',
23'iterator_traits.rst'
24      ]
25
26