Merge pull request #11 from boostorg/mclow-patch-1

Remove use of non-existant Boost.Config macro BOOST_NO_CXX11_HDR_MEMORY
This commit is contained in:
Glen Fernandes
2020-10-25 14:06:10 -04:00
committed by GitHub

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>