From e5a067e81a6f05552064e2d1224c278724ba4ca6 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 23 Sep 2004 09:13:29 +0000 Subject: [PATCH] boost_concept_check.h (struct _SequenceConcept): Remove wrong requirement, i.e., not present in Table 67. 2004-09-23 Paolo Carlini Magnus Fromreide * include/bits/boost_concept_check.h (struct _SequenceConcept): Remove wrong requirement, i.e., not present in Table 67. Co-Authored-By: Magnus Fromreide From-SVN: r87937 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/include/bits/boost_concept_check.h | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6452377a922..e1f15152a0c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2004-09-23 Paolo Carlini + Magnus Fromreide + + * include/bits/boost_concept_check.h (struct _SequenceConcept): + Remove wrong requirement, i.e., not present in Table 67. + 2004-09-21 Paolo Carlini PR libstdc++/12882 (cont) diff --git a/libstdc++-v3/include/bits/boost_concept_check.h b/libstdc++-v3/include/bits/boost_concept_check.h index 7c99838dcb7..ff154f73a49 100644 --- a/libstdc++-v3/include/bits/boost_concept_check.h +++ b/libstdc++-v3/include/bits/boost_concept_check.h @@ -727,9 +727,8 @@ struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; __function_requires< _DefaultConstructibleConcept<_Sequence> >(); _Sequence - __c _IsUnused(__n), - __c2 _IsUnused(__n, __t), - __c3 _IsUnused(__first, __last); + __c _IsUnused(__n, __t), + __c2 _IsUnused(__first, __last); __c.insert(__p, __t); __c.insert(__p, __n, __t);