mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor extras:
A new directory extras/ is added, and code not part of the official public Beast interface is moved there.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// Test that header file is self-contained.
|
||||
#include <beast/buffer_cat.hpp>
|
||||
|
||||
#include <beast/detail/unit_test/suite.hpp>
|
||||
#include <beast/unit_test/suite.hpp>
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <boost/asio/streambuf.hpp>
|
||||
#include <iterator>
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
namespace beast {
|
||||
|
||||
class buffer_cat_test : public detail::unit_test::suite
|
||||
class buffer_cat_test : public unit_test::suite
|
||||
{
|
||||
public:
|
||||
template< class Iterator >
|
||||
|
||||
Reference in New Issue
Block a user