diff --git a/include/boost/beast/core/string_type.hpp b/include/boost/beast/core/string_type.hpp index bbb09db8..4bc6e5c6 100644 --- a/include/boost/beast/core/string_type.hpp +++ b/include/boost/beast/core/string_type.hpp @@ -11,12 +11,7 @@ #define BOOST_BEAST_STRING_TYPE_HPP #include - #include -#if defined(BOOST_BEAST_USE_STD_STRING_VIEW) -#include -BOOST_PRAGMA_MESSAGE("BOOST_BEAST_USE_STD_STRING_VIEW is deprecated, use BOOST_NO_CXX17_HDR_STRING_VIEW instead"); -#endif namespace boost { namespace beast {