]> www.ginac.de Git - ginac.git/commitdiff
modular_matrix: don't use STL iterators in {mul, sub}_col and friends.
authorAlexei Sheplyakov <varg@metalica.kh.ua>
Sat, 8 Aug 2009 10:03:15 +0000 (13:03 +0300)
committerJens Vollinga <jensv@nikhef.nl>
Sun, 9 Aug 2009 21:41:21 +0000 (23:41 +0200)
Not using STL iterators makes the code simpler and cleaner. Also we don't
have to argue whether the standard ([lib.random.access.iterators]) imposes
any pre/post-condictions on operator+=.


No differences found