public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
To: pme@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: libstdc++/3016: stl_queue.h bugs wrt compliance
Date: Tue, 05 Jun 2001 07:46:00 -0000	[thread overview]
Message-ID: <20010605144602.27694.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR libstdc++/3016; it has been noted by GNATS.

From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
To: Phil Edwards <pedwards@disaster.jaj.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/3016: stl_queue.h bugs wrt compliance
Date: 05 Jun 2001 16:33:27 +0200

 Phil Edwards <pedwards@disaster.jaj.com> writes:
 
 | The following reply was made to PR libstdc++/3016; it has been noted by GNATS.
 | 
 | From: Phil Edwards <pedwards@disaster.jaj.com>
 | To: brendan@zen.org
 | Cc: gcc-gnats@gcc.gnu.org
 | Subject: Re: libstdc++/3016: stl_queue.h bugs wrt compliance
 | Date: Thu, 31 May 2001 16:49:10 -0400
 | 
 |  On Thu, May 31, 2001 at 09:50:54PM -0000, brendan@zen.org wrote:
 |  > *************** protected:
 |  > *** 76,81 ****
 |  >     _Sequence c;
 |  >   public:
 |  > !   queue() : c() {}
 |  > !   explicit queue(const _Sequence& __c) : c(__c) {}
 |  >   
 |  >     bool empty() const { return c.empty(); }
 |  > --- 76,80 ----
 |  >     _Sequence c;
 |  >   public:
 |  > !   explicit queue(const _Sequence& __c = _Sequence()) : c(__c) {}
 |  >   
 |  >     bool empty() const { return c.empty(); }
 |  
 |  I disagree with removing the copy ctor.  Just because it isn't
 |  mandated doesn't mean it isn't allowed.
 
 Hmm, I'm amused by this reasoning because "standard conformance" was
 claimed in order to ditch the previous code.  Now, suddenly, the same
 reasoning no longer applies for other parts.
 
 -- Gaby
 


             reply	other threads:[~2001-06-05  7:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-05  7:46 Gabriel Dos Reis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-05  8:26 Phil Edwards
2001-06-05  7:46 Gabriel Dos Reis
2001-06-05  7:36 Gabriel Dos Reis
2001-05-31 15:26 Phil Edwards
2001-05-31 15:16 Phil Edwards
2001-05-31 15:16 Brendan Kehoe
2001-05-31 14:56 brendan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010605144602.27694.qmail@sourceware.cygnus.com \
    --to=gabriel.dos-reis@cmla.ens-cachan.fr \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=pme@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).