From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8948 invoked by alias); 24 Apr 2003 06:06:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 8888 invoked by uid 71); 24 Apr 2003 06:06:01 -0000 Date: Thu, 24 Apr 2003 06:06:00 -0000 Message-ID: <20030424060601.8887.qmail@sources.redhat.com> To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Benjamin Kosnik Subject: Re: libstdc++/10132: filebuf destructor throws exceptions Reply-To: Benjamin Kosnik X-SW-Source: 2003-04/txt/msg01020.txt.bz2 List-Id: The following reply was made to PR libstdc++/10132; it has been noted by GNATS. From: Benjamin Kosnik To: =?ISO-8859-1?Q?P=E9tur_Run=F3lfsson?= Cc: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/10132: filebuf destructor throws exceptions Date: Thu, 24 Apr 2003 01:04:02 -0500 >This is disallowed by the resolution to DR 119. It won't >fix the problem either since the destructor calls other >functions that may throw (use_facet). Right. >I believe user-defined facets are allowed to throw anything >they choose, whenever they choose from those members >without throw specs, and that the iostream library should >be prepared to deal with this.