commented assertion that is triggered on trivial instances
This commit is contained in:
parent
7f2daf8926
commit
f62515e13b
@ -210,7 +210,7 @@ class DescriptionFactory
|
||||
}
|
||||
via_indices.push_back(necessary_pieces);
|
||||
BOOST_ASSERT(via_indices.size() >= 2);
|
||||
BOOST_ASSERT(0 != necessary_pieces);
|
||||
// BOOST_ASSERT(0 != necessary_pieces || path_description.empty());
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user