[eigen] exception specifications... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] exception specifications...
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Sun, 14 Mar 2010 10:40:19 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ObA39lnf6l0WGPKzepItl0zuUiCMHVslnjURcXg+VRo=; b=tEwn6K2lj+rmAYeUGQ8Ep9ULLpuBdq7GBPATzgyPZpuTSCV4yHvcW0r3t3loehYxVM EmGLOfGLz9XNe2Aih8z3IC2JeC7JGkzdJpjDRp6I56sDA4OHEtV+PoU/XvxlTywWub7t rozaMQu8215qlvMIAKcsLpRn0XKlMZ5mCK8TQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SZRcbcMZazXiYAVhoDmcWcXYDoa9O3ylf6ZBisTmHMEZM4ZkTOrXh4fNHM8eEtzasg z7iKpJUOT9bvo8AmlSqKiissOZj3D5sxyUldif8ljO0aZJsdvHtfT2NE1o9XyH5kY+nV mTzboaaQYnPCW47h1JW8ZUHe2C+FwGEQ3QC9c=
Hi,
After reading that the C++ committee decided to deprecate exception
specs and after reading
a) http://www.gotw.ca/publications/mill22.htm
and
b) http://www.boost.org/development/requirements.html#Exception-specification
I thought it might be a good idea to remove the throw() declarations
we are still having in our code. As a matter of fact, I belong to one
of the users who assumed compiler optimizations given these
declarations but "trial and error" has already taught me that this
assumption was not quite correct.
Any objections about removing those declarations?
- Hauke