mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Remove BOOST_BEAST_USE_STD_STRING_VIEW deprecation warning
Closes #2594
This commit is contained in:
committed by
Mohammad Nejati
parent
dc154bc0bd
commit
e42cf8a1e4
@ -11,12 +11,7 @@
|
|||||||
#define BOOST_BEAST_STRING_TYPE_HPP
|
#define BOOST_BEAST_STRING_TYPE_HPP
|
||||||
|
|
||||||
#include <boost/beast/core/detail/config.hpp>
|
#include <boost/beast/core/detail/config.hpp>
|
||||||
|
|
||||||
#include <boost/core/detail/string_view.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 boost {
|
||||||
namespace beast {
|
namespace beast {
|
||||||
|
Reference in New Issue
Block a user