Removed dependency of boost::string_ref if USE_STANDALONE_ASIO is defined
This commit is contained in:
parent
e1aebba344
commit
fae8e07faa
2 changed files with 6 additions and 8 deletions
|
|
@ -18,8 +18,6 @@ namespace SimpleWeb {
|
|||
}
|
||||
#else
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/functional/hash.hpp>
|
||||
namespace SimpleWeb {
|
||||
namespace asio = boost::asio;
|
||||
using error_code = boost::system::error_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue