Skip to content

Commit

Permalink
Remove BOOST_BEAST_USE_STD_STRING_VIEW deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Feb 14, 2024
1 parent dc154bc commit e42cf8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/boost/beast/core/string_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
#define BOOST_BEAST_STRING_TYPE_HPP

#include <boost/beast/core/detail/config.hpp>

#include <boost/core/detail/string_view.hpp>
#if defined(BOOST_BEAST_USE_STD_STRING_VIEW)
#include <boost/config/pragma_message.hpp>
BOOST_PRAGMA_MESSAGE("BOOST_BEAST_USE_STD_STRING_VIEW is deprecated, use BOOST_NO_CXX17_HDR_STRING_VIEW instead");
#endif

namespace boost {
namespace beast {
Expand Down

0 comments on commit e42cf8a

Please sign in to comment.