]> www.ginac.de Git - ginac.git/commitdiff
shaker_sort, permutation_sign: fix invalid use of STL iterators.
authorAlexei Sheplyakov <varg@metalica.kh.ua>
Sat, 8 Aug 2009 10:03:48 +0000 (13:03 +0300)
committerJens Vollinga <jensv@nikhef.nl>
Sun, 9 Aug 2009 20:16:25 +0000 (22:16 +0200)
According to the standard incrementing end(), and decrementing begin()
are ill-defined operations (see [lib.forward.iterators],
[lib.bidirectional.iterators]).


No differences found