1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+54-57
- CMakeLists.txt-1
- build.jam-1
- example/node_iterator2.hpp+3-15
- example/node_iterator3.hpp+3-9
- include/boost/generator_iterator.hpp+1-1
- include/boost/indirect_reference.hpp-1
- include/boost/iterator/advance.hpp-10
- include/boost/iterator/counting_iterator.hpp+10-17
- include/boost/iterator/detail/any_conversion_eater.hpp-21
- include/boost/iterator/detail/config_def.hpp-83
- include/boost/iterator/detail/config_undef.hpp+1-5
- include/boost/iterator/detail/enable_if.hpp-83
- include/boost/iterator/detail/facade_iterator_category.hpp+36-42
- include/boost/iterator/detail/minimum_category.hpp-19
- include/boost/iterator/detail/type_traits/conjunction.hpp+53
- include/boost/iterator/detail/type_traits/disjunction.hpp+53
- include/boost/iterator/detail/type_traits/negation.hpp+53
- include/boost/iterator/filter_iterator.hpp+13-27
- include/boost/iterator/function_input_iterator.hpp+22-26
- include/boost/iterator/function_output_iterator.hpp+5-19
- include/boost/iterator/indirect_iterator.hpp+3-22
- include/boost/iterator/interoperable.hpp+2-15
- include/boost/iterator/is_iterator.hpp+16-16
- include/boost/iterator/is_lvalue_iterator.hpp+14-63
- include/boost/iterator/is_readable_iterator.hpp+11-37
- include/boost/iterator/iterator_adaptor.hpp+24-75
- include/boost/iterator/iterator_archetypes.hpp+15-21
- include/boost/iterator/iterator_categories.hpp+12-22
- include/boost/iterator/iterator_concepts.hpp+3-11
- include/boost/iterator/iterator_facade.hpp+78-207
- include/boost/iterator/minimum_category.hpp+7-6
- include/boost/iterator/new_iterator_tests.hpp+43-44
- include/boost/iterator/transform_iterator.hpp+4-35
- include/boost/iterator/zip_iterator.hpp+2-7
- include/boost/pending/iterator_tests.hpp+7-9
- include/boost/pointee.hpp+6-22
- test/counting_iterator_test.cpp+2-3
- test/detail/zip_iterator_test_original.ipp+3-3
- test/filter_iterator_test.cpp+5-6
- test/function_input_iterator_test.cpp-5
- test/function_output_iterator_test.cpp-2
- test/indirect_iter_member_types.cpp+13-11
- test/indirect_iterator_test.cpp+1-2
- test/is_convertible_fail.cpp+2-1
- test/is_lvalue_iterator.cpp+80-56
- test/is_readable_iterator.cpp+20-15
- test/iterator_adaptor_cc.cpp+1-1
- test/iterator_adaptor_test.cpp+16-29
- test/iterator_facade.cpp+17-20
- test/iterator_traits_test.cpp+2-4
- test/minimum_category.cpp+2-2
- test/permutation_iterator_test.cpp+2-2
- test/pointee.cpp+2-2
- test/reverse_iterator_test.cpp+1-1
- test/static_assert_same.hpp+2-3
- test/transform_iterator_test.cpp+7-15
- test/unit_tests.cpp+17-20
0 commit comments