Refactor error headers:

The WebSocket error header file declarations are
reorganized to make it easier to move function
definitions into their own translation unit.
This commit is contained in:
Vinnie Falco
2018-01-01 12:16:19 -08:00
parent 45798e0a6e
commit b86169019e
5 changed files with 94 additions and 75 deletions

View File

@@ -10,6 +10,7 @@
#ifndef BOOST_BEAST_WEBSOCKET_ERROR_HPP
#define BOOST_BEAST_WEBSOCKET_ERROR_HPP
#include <boost/beast/websocket/detail/error.hpp>
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>