Roland Levillain <roland(a)lrde.epita.fr> writes:
* mln/core/complex_iter.hh: New
* mln/core/complex.hh: Add forward declarations for class
complex_fwd_iter_ and class complex_bkd_iter_.
(mln::complex<D>::fwd_citer, mln::complex<D>::bkd_citer):
New typedefs.
* mln/core/macros.hh (mln_citer, mln_citer_)
(mln_bkd_citer, mln_bkd_citer_, mln_fwd_citer, mln_fwd_citer_):
New shortcut macros.
* tests/core/complex.cc: Exercise iterators on complexes.
Patch made with Git + Cola + Alexandre's `dcommit' script. All of
them are very very cool tools!
Cola (
http://cola.tuxfamily.org/, an alternative to git-gui) is not in
Debian, but its author provides a Debian package:
http://cola.tuxfamily.org/releases/
I used it because the current git-gui in Debian cannot add ``split
hunks'' to the index (i.e. choose selected lines among the ones from a
patch to be committed).
All of this is very cool, and I'm very eager to share my (little)
Git-knowledge with you (the Olena Team, and people from the lab).