$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Updated boost::base_from_member for C++2011
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-02-14 11:54:24
Daryle Walker wrote:
> This is in changeset 76982.
Config macros BOOST_HAS_XXXX for determining compiler support of
C++11 features are deprecated.
The recommended way is to use BOOST_NO_XXXX.
Regards,
Michel