From 4962033842337720405
X-Google-Thread: f78e5,9fe955615eda89a3
X-Google-Attributes: gidf78e5,public
X-Google-Language: ENGLISH,ASCII
Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!stump.algebra.com!devnull
From: pete@versatilecoding.com (Pete Becker)
Newsgroups: comp.std.c++
Subject: Re: Editorial issue: Illegal function declaration in [except.handle]
Date: Tue, 20 Mar 2007 15:45:52 GMT
Lines: 30
Sender: mail2news@demon.net
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <qumdnYjrY5emnZ3bnZ2dnUVZ_sninZ2d@giganews.com>
References: <1174143458.834925.188640@e1g2000hsg.googlegroups.com>
NNTP-Posting-Host: news.news.demon.net
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
X-Trace: news.demon.co.uk 1174405558 13480 158.152.254.254 (20 Mar 2007 15:45:58 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Tue, 20 Mar 2007 15:45:58 +0000 (UTC)
X-Original-To: std-c++@mailman.ucar.edu
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221)
X-MIME-Autoconverted: from 8bit to quoted-printable by mulga.csse.unimelb.edu.au id l2KFjtxu004068
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Virus-Scanned: amavisd-new at csse.unimelb.edu.au
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Received: (from fjh@localhost)
	by mulga.csse.unimelb.edu.au (8.13.8+Sun/8.13.8/Submit) id l2KFjqhO004029;
	Wed, 21 Mar 2007 02:45:52 +1100 (EST)
X-Path: comp-std-cpp-robomod!not-for-mail
X-NNTP-Posting-Date: Tue, 20 Mar 2007 10:39:39 -0500
X-Delivered-To: std-c++@mailman.ucar.edu
X-Postfilter: 1.3.34
X-Authentication-Warning: serv1.gc.dca.giganews.com: news set sender to poster@giganews.com using -f
X-Newsgroups: comp.std.c++
Xref: g2news1.google.com comp.std.c++:8120

Daniel Kr=FCgler wrote:
> Both in the current standard 14882-2003 and the most recent
> draft N2134 we have the following illegal function declaration in
> the example of [except.handle]-15.3/4 (para 3 in N2134) due to
> a missing return type:
>=20
> class Matherr { /* ... */ virtual vf(); };
>=20
> Proposed resolution:
>=20
> Replace the above mentioned line by
>=20
> class Matherr { /* ... */ virtual void vf(); };
>=20

Editorial.

--=20

	-- Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com)
Author of "The Standard C++ Library Extensions: a Tutorial and=20
Reference." (www.petebecker.com/tr1book)

---
[ 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.comeaucomputing.com/csc/faq.html                      ]



