mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Add net namespace alias
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Version 194:
|
Version 194:
|
||||||
|
|
||||||
* http::async_read returns the right byte count on error
|
* 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/core/ignore_unused.hpp>
|
||||||
#include <boost/static_assert.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:
|
_MSC_VER and _MSC_FULL_VER by version:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user