18 Jan
2015
18 Jan
'15
9:17 a.m.
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.