From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Dos Reis 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 Message-id: <20010605144601.27675.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg00125.html List-Id: The following reply was made to PR libstdc++/3016; it has been noted by GNATS. From: Gabriel Dos Reis To: Brendan Kehoe Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/3016: stl_queue.h bugs wrt compliance Date: 05 Jun 2001 16:36:31 +0200 Brendan Kehoe writes: | Phil> I disagree with removing the copy ctor. Just because it isn't | Phil> mandated doesn't mean it isn't allowed. What if I wished to | Phil> construct a vector-of-queue-of-T? Queue wouldn't meet the | Phil> copy-constructible requirement. | | Hmm, I believe the copy ctor is still there You're absolutely right. -- Gaby