Add net namespace alias

This commit is contained in:
Vinnie Falco
2018-11-27 10:24:24 -08:00
parent 2b16c50321
commit 49cdabca19
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Version 194:
* http::async_read returns the right byte count on error
* Add net namespace alias
--------------------------------------------------------------------------------

View File

@ -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: