Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use boost::iterator_facade for subsets_iterator
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Tue, 28 Feb 2023 08:37:19 +0000 (09:37 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Tue, 28 Feb 2023 09:24:06 +0000 (10:24 +0100)
commitef624e0fbbf7b42f8460b365e7122f9c48fbbe9f
treeb99fbe34be6d65108e55e39ba405e46f3a5ff476
parentbd4e7eb6de5bbd509e81a4178c4093734f8d63fa
Use boost::iterator_facade for subsets_iterator

The subsets_iterator class is now implemented
in terms of the boost::iterator_facade which simplies
the implementation considerably of the iterator. The
same approach will be used to write the implementation
for powerset_iterator and the history_iterator (the latter
used to traverse the history of a set of events)
src/xbt/utils/iter/subsets.hpp