ExponentVector is no BackInsertionSequence

This commit is contained in:
Andreas Fabri 2013-03-04 16:38:30 +01:00
parent 3f7f9c432e
commit b0cffa4c7f
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ This reflects the fact that the last entry corresponds to the
outermost variable of a multivariate polynomial.
\cgalModels `RandomAccessContainer`
\cgalModels `BackInsertionSequence`
\cgalModels `DefaultConstructible`
\cgalModels `Assignable`
\cgalModels `CopyConstructible`

View File

@ -12,7 +12,6 @@ int main() {
boost::function_requires< boost::EqualityComparableConcept<T> >();
boost::function_requires< boost::ComparableConcept<T> >();
boost::function_requires< boost::RandomAccessContainerConcept<T> >();
boost::function_requires< boost::BackInsertionSequenceConcept<T> >();
CGAL::Exponent_vector ev1,ev2;
assert(ev1.size()==0);