From 4469351508907595056
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,63bd4d2f16a52bf0,start
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 2002-11-03 09:37:34 PST
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!mutlu.news.demon.net!demon!mail2news.demon.co.uk!devnull
From: kak@purdue.edu (Avi Kak)
Newsgroups: comp.std.c++
Subject: Exception specification for overriding functions
Date: Sun, 3 Nov 2002 17:37:34 +0000 (UTC)
Lines: 33
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <3DC55CDA.614CF737@purdue.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: mail2news.demon.co.uk 1036345054 23785 10.0.0.1 (3 Nov 2002 17:37:34 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Sun, 3 Nov 2002 17:37:34 +0000 (UTC)
X-Received: from mulga.cs.mu.oz.au ([128.250.1.22])
	by news.demon.co.uk with esmtp (Exim 4.05)
	id 188Ogn-0006BU-00
	for mail2news@news.news.demon.net; Sun, 03 Nov 2002 17:37:33 +0000
X-Received: from localhost (localhost [[UNIX: localhost]]) by mulga.cs.mu.OZ.AU
	id EAA28179; Mon, 4 Nov 2002 04:37:23 +1100 (EST)
X-Authentication-Warning: mulga.cs.mu.OZ.AU: fjh set sender to devnull@stump.algebra.com using -f
X-Path: comp-std-cpp-robomod!not-for-mail
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-Delivered-To: std-c++@ncar.ucar.edu
X-Reply-To: kak@purdue.edu
X-Accept-Language: en
X-Newsgroups: comp.std.c++
X-NNTP-Posting-Date: Sun, 03 Nov 2002 12:33:18 EST
X-Spam-Status: No, hits=1.2 required=5.0
	tests=SPAM_PHRASE_00_01,USER_AGENT_MOZILLA_XM,X_ACCEPT_LANG
	version=2.41
X-Spam-Level: *
Xref: archiver1.google.com comp.std.c++:15089


Hello:


   Forgive me in advance if my question below is inappropriate
   or unreasonable in any way.

   Which clause of the standard (14882-1998) describes the
   restrictions on the exception specifications for an
   overriding function in a derived class vis-a-vis the
   exception specification for the overridden function in
   a base class?

   I have scanned through the material dealing with derived
   classes (clause 10) of the standard, but have not seen
   any mention of the restrictions I am looking for.

   If someone could point me in the right direction, I'd be
   grateful.  Thanks.

Avi Kak
kak@purdue.edu


P.S.:  I'd also like to thank Victor Bazarov and Ron Natalie
       for their replies to an earlier post by me.

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]



