mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 14:04:36 +02:00
Spirit: merging from trunk upto rev. 61489
[SVN r63640]
This commit is contained in:
@@ -402,9 +402,9 @@ void test_generic_assoc<ValueTraits, ContainerDefiner>::test_insert_before
|
||||
|
||||
for(vec_iterator it(--values.end()); true; --it){
|
||||
testset.push_front(*it);
|
||||
if(it == values.begin()){
|
||||
if(it == values.begin()){
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
BOOST_TEST(testset.size() == values.size());
|
||||
TEST_INTRUSIVE_SEQUENCE_EXPECTED(values, testset.begin());
|
||||
|
Reference in New Issue
Block a user