]> OCCT Git - occt-copy.git/commit
0027571: Bad implementation of NCollection_Sequence::Iterator CR27571
authorski <ski@opencascade.com>
Wed, 28 Sep 2016 14:13:47 +0000 (17:13 +0300)
committerski <ski@opencascade.com>
Thu, 29 Sep 2016 10:22:53 +0000 (13:22 +0300)
commit52bb4675a9f9c381f290c6831c7df99d7f7da5f1
treec03fe13081b1a1b7bc9810ce4d946cb2189ad8a8
parentfb0b05319f52b12ba581e70f561234fe582c3dc3
0027571: Bad implementation of NCollection_Sequence::Iterator

Reverse iterator after creation points to the first iterated item now (last item of sequence).
Test case was created.
src/NCollection/NCollection_BaseSequence.hxx
src/NCollection/NCollection_Sequence.hxx
src/NCollection/NCollection_StlIterator.hxx
src/QABugs/QABugs_20.cxx
tests/bugs/fclasses/bug27571 [new file with mode: 0644]