mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Add net namespace alias
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
Version 194:
|
||||
|
||||
* http::async_read returns the right byte count on error
|
||||
* Add net namespace alias
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -18,6 +18,15 @@
|
||||
#include <boost/core/ignore_unused.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
namespace boost {
|
||||
namespace asio
|
||||
{
|
||||
} // asio
|
||||
namespace beast {
|
||||
namespace net = boost::asio;
|
||||
} // beast
|
||||
} // boost
|
||||
|
||||
/*
|
||||
_MSC_VER and _MSC_FULL_VER by version:
|
||||
|
||||
|
Reference in New Issue
Block a user