From -2231524355694137473
X-Google-Thread: f78e5,82cd3599ce330676
X-Google-NewGroupId: yes
X-Google-Attributes: gid7894ca11fe,domainid0,public,usenet
X-Google-Language: ENGLISH,ASCII-7-bit
Path: g2news1.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 10 Apr 2010 13:20:05 -0500
Return-Path: <cppmods@ruralroute.cs.rpi.edu>
To: (Usenet)
From: Alexander Terekhov <terekhov@web.de>
Newsgroups: comp.std.c++
Subject: Re: throwing in a noexcept(true) function
Organization: A noiseless patient Spider
Sender: cppmods@cs.rpi.edu
Approved: james.dennett@gmail.com
Message-ID: <4BC09C70.A0F7F9CC@web.de>
References: <4BBE39E5.5000409@f2.dion.ne.jp>
 <4bbe48f9.86c3f10a.47b7.ffffcac4@mx.google.com>
Reply-To: terekhov@web.de
Content-Type: text/plain; charset=us-ascii
X-Original-Date: Sat, 10 Apr 2010 17:42:40 +0200
X-Submission-Address: std-c++@netlab.cs.rpi.edu
Date: Sat, 10 Apr 2010 13:15:27 CST
Lines: 18
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-EArTgpzPI3J9d7p7n40uYBh0eZvmgOyLubDnyYl+aethYd440TuvHNWhN1r4WEfOH6uv1JPRHuVRWQY!7xmoHJuoFCV3JLJk1zF+1Fua/ciz2NInAvkMLQSIRf8Xv0gN
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Xref: g2news1.google.com comp.std.c++:2413

Herb Sutter wrote:
[...]
> #define BOOST_NOEXCEPT_TRUE throw()

Sane noexcept shall not be just a relaxed version of throw()
(with unwinding allowed but not required). Sane noexcept
shall be opposite, not apposite, to throw() in the sense
that for noexcept unwinding shall be prohibited!

regards,
alexander.

--
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]



