diff --git a/Polynomial/doc/Polynomial/CGAL/Exponent_vector.h b/Polynomial/doc/Polynomial/CGAL/Exponent_vector.h index ee4b6df48d9..01d3988a9f4 100644 --- a/Polynomial/doc/Polynomial/CGAL/Exponent_vector.h +++ b/Polynomial/doc/Polynomial/CGAL/Exponent_vector.h @@ -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` diff --git a/Polynomial/test/Polynomial/Exponent_vector.cpp b/Polynomial/test/Polynomial/Exponent_vector.cpp index 5fae9a87bf5..75d4055adab 100644 --- a/Polynomial/test/Polynomial/Exponent_vector.cpp +++ b/Polynomial/test/Polynomial/Exponent_vector.cpp @@ -12,7 +12,6 @@ int main() { boost::function_requires< boost::EqualityComparableConcept >(); boost::function_requires< boost::ComparableConcept >(); boost::function_requires< boost::RandomAccessContainerConcept >(); - boost::function_requires< boost::BackInsertionSequenceConcept >(); CGAL::Exponent_vector ev1,ev2; assert(ev1.size()==0);