Boost logo

Boost :

Subject: Re: [boost] Clang 3.4 failing to compile boost 1.57 headers
From: John Maddock (boost.regex_at_[hidden])
Date: 2015-01-18 04:17:24


>> Actually, I'm not so sure the problem is on my side, as shared_ptr.hpp does
>> appear to #include <memory> itself. It could be that
>> BOOST_NO_CXX11_ALLOCATOR is not being defined properly for your
>> configuration, so it's possible that the problem might be in Boost.Config.
>>
>> What standard library is your installation of Clang using?
>
> Thanks for the quick feedback everyone! How do I check what library
> its using? I'm not very comfortable in linux environment and I've done
> most of my development on Windows. Really appreciate the help.

Most complete solution is to build and run
libs/config/test/config_info.cpp and report the program output - that
should give us everything we could ever wish to know ;-)

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk