|
Boost : |
Subject: Re: [boost] [config] BOOST_NO_CXX11_HDR_MEMORY and gcc-4.6.2
From: John Maddock (john_at_[hidden])
Date: 2013-10-27 14:02:34
> I'm checking for BOOST_NO_CXX11_HDR_MEMORY to include <memory> file with
> gcc-4.6.2 C++0x and while the file is there (it was a C++98 file),it is
> not defining in particular pointer_traits and allocator_traits
>
> Could the following patch be applied?
Nope: there is no such config macro as BOOST_NO_CXX11_HDR_MEMORY so it is
never defined.
Try BOOST_NO_CXX11_ALLOCATOR for your use case.
HTH, John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk