From e42cf8a1e4b75ee33210a20837d06887809b3c67 Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Wed, 14 Feb 2024 16:25:03 +0000 Subject: [PATCH] Remove BOOST_BEAST_USE_STD_STRING_VIEW deprecation warning Closes #2594 --- include/boost/beast/core/string_type.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/beast/core/string_type.hpp b/include/boost/beast/core/string_type.hpp index bbb09db809..4bc6e5c67f 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 {