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 Tue, May 18, 2004 at 02:49:47PM +0200, Gabriel Dos Reis wrote:

> Jonathan Wakely <cow@compsoc.man.ac.uk> writes:
> 
> | On Mon, May 17, 2004 at 08:00:29PM -0500, Benjamin Kosnik wrote:
> | 
> | > 
> | > >2004-05-18  Jonathan Wakely  <redi@gcc.gnu.org>
> | > >
> | > >	* include/ext/enc_filebuf.h: Move concept-check macro to class scope.
> | > >
> | > >OK for mainline and 3.4?
> | > 
> | > This looks great, thanks
> | 
> | Committed to 3.4 and mainline.
> | 
> | The bug has been there since 3.0, so it's not a regression - it's never
> | worked with concept-checks enabled!  Gaby, is it worth fixing for 3.3.4?
> 
> Hold it for 3.3.5.

Hi Gaby,

I see that you released 3.3.4 while I was on holiday, shall I commit this
fix now?

To refresh your memory it moves the concept-check macro from function
scope to class scope, to prevent a syntax error when concept-checks are
enabled.

jon


-- 
"Neither a man nor a crowd nor a nation can be trusted to act humanely, or
 to think sanely, under the influence of a great fear."
	- Bertrand Russell


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