mirror of https://github.com/CGAL/cgal
ExponentVector is no BackInsertionSequence
This commit is contained in:
parent
3f7f9c432e
commit
b0cffa4c7f
|
|
@ -22,7 +22,6 @@ This reflects the fact that the last entry corresponds to the
|
||||||
outermost variable of a multivariate polynomial.
|
outermost variable of a multivariate polynomial.
|
||||||
|
|
||||||
\cgalModels `RandomAccessContainer`
|
\cgalModels `RandomAccessContainer`
|
||||||
\cgalModels `BackInsertionSequence`
|
|
||||||
\cgalModels `DefaultConstructible`
|
\cgalModels `DefaultConstructible`
|
||||||
\cgalModels `Assignable`
|
\cgalModels `Assignable`
|
||||||
\cgalModels `CopyConstructible`
|
\cgalModels `CopyConstructible`
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ int main() {
|
||||||
boost::function_requires< boost::EqualityComparableConcept<T> >();
|
boost::function_requires< boost::EqualityComparableConcept<T> >();
|
||||||
boost::function_requires< boost::ComparableConcept<T> >();
|
boost::function_requires< boost::ComparableConcept<T> >();
|
||||||
boost::function_requires< boost::RandomAccessContainerConcept<T> >();
|
boost::function_requires< boost::RandomAccessContainerConcept<T> >();
|
||||||
boost::function_requires< boost::BackInsertionSequenceConcept<T> >();
|
|
||||||
|
|
||||||
CGAL::Exponent_vector ev1,ev2;
|
CGAL::Exponent_vector ev1,ev2;
|
||||||
assert(ev1.size()==0);
|
assert(ev1.size()==0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue