$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [c++1] BOOST_NOEXCEPT macros?
From: Robert Kawulak (robert.kawulak_at_[hidden])
Date: 2011-10-10 17:46:28
> From: Beman Dawes
> On Mon, Oct 10, 2011 at 11:42 AM, Vicente Botet
> <vicente.botet_at_[hidden]> wrote:
>
> >> See
> trunk/libs/config/doc/html/boost_config/boost_macro_reference.html
> >>
> >> I took the liberty of starting a new section: "Macros that allow use
> >> of C++11 features with C++03 compilers"
> >>
> >
> > Hi,
> >
> > Please, don't forget to move the BOOST_CONSTEXPR, ...,
> > BOOST_STATIC_CONSTEXPR macros to this new section, if not already
> done.
>
> Yes, that did get done.
Then maybe at one go add BOOST_OVERRIDE and BOOST_FINAL? (note that MSVC
supports them since VS 2005 but uses sealed rather than final, making the
macros even more desirable for better portability).
Best regards,
Robert