Reverted namespace asio = asio for standalone asio because of gcc error
This commit is contained in:
parent
bdac513da0
commit
fa5a3bdc4f
2 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
#ifdef USE_STANDALONE_ASIO
|
#ifdef USE_STANDALONE_ASIO
|
||||||
#include <asio.hpp>
|
#include <asio.hpp>
|
||||||
namespace SimpleWeb {
|
namespace SimpleWeb {
|
||||||
namespace asio = asio;
|
|
||||||
using error_code = std::error_code;
|
using error_code = std::error_code;
|
||||||
using errc = std::errc;
|
using errc = std::errc;
|
||||||
using system_error = std::system_error;
|
using system_error = std::system_error;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
#ifdef USE_STANDALONE_ASIO
|
#ifdef USE_STANDALONE_ASIO
|
||||||
#include <asio.hpp>
|
#include <asio.hpp>
|
||||||
namespace SimpleWeb {
|
namespace SimpleWeb {
|
||||||
namespace asio = asio;
|
|
||||||
using error_code = std::error_code;
|
using error_code = std::error_code;
|
||||||
using errc = std::errc;
|
using errc = std::errc;
|
||||||
namespace make_error_code = std;
|
namespace make_error_code = std;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue