
Message du 25/04/11 10:35 De : "Takaya Saito (SubaruG)" A : boost@lists.boost.org Copie à : Objet : Re: [boost] [config] Macro BOOST_NO_NOEXCEPT is required
2011/4/25 Emil Dotchevski :
On Sat, Apr 23, 2011 at 11:57 AM, Takaya Saito (SubaruG) wrote:
http://thread.gmane.org/gmane.comp.lib.boost.devel/214978
I think the macro BOOST_NO_NOEXCEPT ( or BOOST_NO_0X_NOEXCEPT ) is required soon. How's the status now?
The semantics of throw() and noexcept are not identical. Also, the semantics of throw() are not identical on all platforms.
Yes, that's right. And I don't need a macro expanding to throw() or noexcept(true) so soon.
But, I think a macro BOOST_NO_NOEXCEPT, which describes the presence of noexcept keyword, is required ASAP.
Hi, I·m sure Johm will be happy to accept a patch with the tests and the docs if you follow the procedure described in the documentation for the addition of new macros. In this way the macro will be included as soon as you want ;-) Best, Vicente