18 Jan
2015
18 Jan
'15
2:13 a.m.
Robert Dailey wrote:
I'm including
and getting this error from Clang 3.4 on Ubuntu 12: ... /home/fe/frontend/Core/ThirdParty/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:229:31: error: no type named 'allocator_traits' in namespace 'std' ... Is this a bug or am I missing something? I'm using -std=C++11 flag.
Looks like a problem on my side; you're probably using libc++. Can you
please #include <memory> before