
25 Apr
2011
25 Apr
'11
8:32 a.m.
2011/4/25 Emil Dotchevski <emildotchevski@gmail.com>:
On Sat, Apr 23, 2011 at 11:57 AM, Takaya Saito (SubaruG) <gintensubaru@gmail.com> 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.