1 file changed
+1
-1
lines changed- CMakeLists.txt-2
- build.jam-2
- doc/generator_iterator.htm+11-12
- doc/index.html+1-1
- doc/quickbook/shared_container_iterator.qbk+78-44
- doc/quickbook/type_traits.qbk+3-3
- doc/quickbook/zip_iterator.qbk+3-2
- include/boost/generator_iterator.hpp+4-75
- include/boost/indirect_reference.hpp+26-22
- include/boost/iterator/advance.hpp+43-54
- include/boost/iterator/counting_iterator.hpp+172-199
- include/boost/iterator/detail/eval_if_default.hpp+44
- include/boost/iterator/detail/facade_iterator_category.hpp+96-104
- include/boost/iterator/detail/if_default.hpp+41
- include/boost/iterator/detail/type_traits/type_identity.hpp+54
- include/boost/iterator/distance.hpp+32-38
- include/boost/iterator/enable_if_convertible.hpp+84
- include/boost/iterator/filter_iterator.hpp+125-103
- include/boost/iterator/function_input_iterator.hpp+130-144
- include/boost/iterator/function_output_iterator.hpp+53-46
- include/boost/iterator/generator_iterator.hpp+96
- include/boost/iterator/indirect_iterator.hpp+93-98
- include/boost/iterator/interoperable.hpp+22-21
- include/boost/iterator/is_lvalue_iterator.hpp+47-81
- include/boost/iterator/is_readable_iterator.hpp+40-64
- include/boost/iterator/iterator_adaptor.hpp+169-265
- include/boost/iterator/iterator_archetypes.hpp+324-348
- include/boost/iterator/iterator_categories.hpp+52-151
- include/boost/iterator/iterator_facade.hpp+817-847
- include/boost/iterator/iterator_traits.hpp+24-17
- include/boost/iterator/min_category.hpp+83
- include/boost/iterator/minimum_category.hpp+11-74
- include/boost/iterator/permutation_iterator.hpp+49-40
- include/boost/iterator/reverse_iterator.hpp+56-57
- include/boost/iterator/shared_container_iterator.hpp+117
- include/boost/iterator/transform_iterator.hpp+124-126
- include/boost/iterator/zip_iterator.hpp+253-247
- include/boost/pointee.hpp+38-36
- include/boost/shared_container_iterator.hpp+8-63
- test/Jamfile.v2+5-1
- test/function_output_iterator_def_ctor_cf.cpp+14
- test/generator_iterator_test.cpp+1-1
- test/iterator_adaptor_test.cpp+1
- test/min_category.cpp+33
- test/min_category_compile_fail1.cpp+19
- test/min_category_compile_fail2.cpp+16
- test/shared_iterator_test.cpp+24-11
- test/test_cmake/main.cpp+3-2
- test/unit_tests.cpp+23-7
0 commit comments