$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [c++1] BOOST_NOEXCEPT macros?
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2011-10-10 20:30:41
On Sat, Oct 8, 2011 at 1:34 PM, Beman Dawes <bdawes_at_[hidden]> wrote:
> Since Boost already has BOOST_NO_NOEXCEPT and at least one compiler
> (GCC) supports C++11 noexcept, I'd like to start using it in Boost
> code.
FWIW, top-of-tree Clang also supports noexcept, if you feel the need
to test on more compilers :)
- Doug, fishing for bug reports