I just tried to compile one of my projects with LLVM-TOT and got a lot of
error massages in boost's shared_ptr implementation because libc++ removes
std::auto_ptr.
(I don't use boost::shared_ptr directly, but via parts of boost::dll and
boost:spirit::x3.)
Is there a workaround?