mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Use <iosfwd> instead of <ostream>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Version 49
|
||||
|
||||
* Use <iosfwd> instead of <ostream>
|
||||
|
||||
API Changes:
|
||||
|
||||
* Refactor method and verb
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <beast/core/detail/read_size_helper.hpp>
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
#include <streambuf>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
@@ -13,7 +13,6 @@
|
||||
#include <boost/assert.hpp>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
namespace beast {
|
||||
namespace http {
|
||||
namespace detail {
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <beast/config.hpp>
|
||||
#include <beast/core/string_view.hpp>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace beast {
|
||||
namespace http {
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <beast/config.hpp>
|
||||
#include <beast/core/string_view.hpp>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace beast {
|
||||
namespace http {
|
||||
|
@@ -19,9 +19,9 @@
|
||||
#include <beast/core/async_result.hpp>
|
||||
#include <beast/core/string_view.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
#include <iosfwd>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
|
Reference in New Issue
Block a user