Skip to content

Commit

Permalink
Update iterator from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Feb 7, 2025
1 parent 3c7c359 commit 7b4aa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/iterator
Submodule iterator updated 50 files
+0 −2 CMakeLists.txt
+0 −2 build.jam
+11 −12 doc/generator_iterator.htm
+1 −1 doc/index.html
+78 −44 doc/quickbook/shared_container_iterator.qbk
+3 −3 doc/quickbook/type_traits.qbk
+3 −2 doc/quickbook/zip_iterator.qbk
+4 −75 include/boost/generator_iterator.hpp
+26 −22 include/boost/indirect_reference.hpp
+43 −54 include/boost/iterator/advance.hpp
+172 −199 include/boost/iterator/counting_iterator.hpp
+44 −0 include/boost/iterator/detail/eval_if_default.hpp
+96 −104 include/boost/iterator/detail/facade_iterator_category.hpp
+41 −0 include/boost/iterator/detail/if_default.hpp
+54 −0 include/boost/iterator/detail/type_traits/type_identity.hpp
+32 −38 include/boost/iterator/distance.hpp
+84 −0 include/boost/iterator/enable_if_convertible.hpp
+125 −103 include/boost/iterator/filter_iterator.hpp
+130 −144 include/boost/iterator/function_input_iterator.hpp
+53 −46 include/boost/iterator/function_output_iterator.hpp
+96 −0 include/boost/iterator/generator_iterator.hpp
+93 −98 include/boost/iterator/indirect_iterator.hpp
+22 −21 include/boost/iterator/interoperable.hpp
+47 −81 include/boost/iterator/is_lvalue_iterator.hpp
+40 −64 include/boost/iterator/is_readable_iterator.hpp
+169 −265 include/boost/iterator/iterator_adaptor.hpp
+324 −348 include/boost/iterator/iterator_archetypes.hpp
+52 −151 include/boost/iterator/iterator_categories.hpp
+817 −847 include/boost/iterator/iterator_facade.hpp
+24 −17 include/boost/iterator/iterator_traits.hpp
+83 −0 include/boost/iterator/min_category.hpp
+11 −74 include/boost/iterator/minimum_category.hpp
+49 −40 include/boost/iterator/permutation_iterator.hpp
+56 −57 include/boost/iterator/reverse_iterator.hpp
+117 −0 include/boost/iterator/shared_container_iterator.hpp
+124 −126 include/boost/iterator/transform_iterator.hpp
+253 −247 include/boost/iterator/zip_iterator.hpp
+38 −36 include/boost/pointee.hpp
+8 −63 include/boost/shared_container_iterator.hpp
+5 −1 test/Jamfile.v2
+14 −0 test/function_output_iterator_def_ctor_cf.cpp
+1 −1 test/generator_iterator_test.cpp
+1 −0 test/iterator_adaptor_test.cpp
+33 −0 test/min_category.cpp
+19 −0 test/min_category_compile_fail1.cpp
+16 −0 test/min_category_compile_fail2.cpp
+9 −0 test/range_distance_compat_test.cpp
+24 −11 test/shared_iterator_test.cpp
+3 −2 test/test_cmake/main.cpp
+23 −7 test/unit_tests.cpp

0 comments on commit 7b4aa02

Please sign in to comment.