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:
@@ -9,12 +9,12 @@
|
||||
#include <beast/streambuf_readstream.hpp>
|
||||
|
||||
#include <beast/streambuf.hpp>
|
||||
#include <beast/detail/unit_test/suite.hpp>
|
||||
#include <beast/unit_test/suite.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
|
||||
namespace beast {
|
||||
|
||||
class streambuf_readstream_test : public beast::detail::unit_test::suite
|
||||
class streambuf_readstream_test : public beast::unit_test::suite
|
||||
{
|
||||
public:
|
||||
void testSpecial()
|
||||
|
||||
Reference in New Issue
Block a user