This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] testsuite file fails concept-checks


On Mon, May 17, 2004 at 08:43:25AM -0500, Benjamin Kosnik wrote:

> 
> Jonathan
> 
> This patch is fine, but your spacing is off. 
> 
> -      _Tp __c(__a) _IsUnused;           // require const copy constructor
> +      _Tp __c _IsUnused (__a);           // require const copy constructor
> 
> should be
> 
> +      _Tp __c _IsUnused(__a);           // require const copy constructor
> 
> And others. With this issue fixed this is ok for 3.4 and mainline.

OK, thanks for the correction.

I somehow overlooked the fact that 23_containers/multimap/modifiers/swap.cc
has exactly the same bug as 23_containers/map/modifiers/swap.cc, so I'll
add the operator< definition to that file too and commit in 2-3 hours.

jon

-- 
"Consistency requires you to be as ignorant today as you were a year ago."
	- Bernard Berenson


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]