Remove use of non-existant Boost.Config macro BOOST_NO_CXX11_HDR_MEMORY

Thanks to Jeff Trull for the catch.
This commit is contained in:
Marshall Clow
2020-09-10 20:09:23 -07:00
committed by GitHub
parent e30bbab19f
commit e0331c0bd4

View File

@@ -31,9 +31,7 @@
# include <tuple>
#endif
#if !defined(BOOST_NO_CXX11_HDR_MEMORY)
# include <memory>
#endif
#include <memory>
#if defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING)
#include <boost/type_traits/is_array.hpp>