$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] BOOST_NO_CXX11_HDR_MEMORY and gcc-4.6.2
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-10-28 20:52:21
On Mon, Oct 28, 2013 at 6:10 PM, Vicente J. Botet Escriba <
vicente.botet_at_[hidden]> wrote:
The problem I have is don't know a Boost.Config macro to know if the user
> compiles with C++11, so I need to rely on other feature macros.
Would __GXX_EXPERIMENTAL_CXX0X__ work?
--Beman