From: Paolo Carlini Date: Thu, 23 Sep 2004 09:13:29 +0000 (+0000) Subject: boost_concept_check.h (struct _SequenceConcept): Remove wrong requirement, i.e.,... X-Git-Tag: releases/gcc-4.0.0~4693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a067e81a6f05552064e2d1224c278724ba4ca6;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6452377a9223..e1f15152a0ca 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 7c99838dcb79..ff154f73a49e 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);