From b0cffa4c7f5d1107cc38bb1db5df7a657089372a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 4 Mar 2013 16:38:30 +0100 Subject: [PATCH] ExponentVector is no BackInsertionSequence --- Polynomial/doc/Polynomial/CGAL/Exponent_vector.h | 1 - Polynomial/test/Polynomial/Exponent_vector.cpp | 1 - 2 files changed, 2 deletions(-) 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);