Files
beast/test/core/streambuf.cpp

17 lines
448 B
C++
Raw Normal View History

2017-07-20 08:01:46 -07:00
//
// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Test that header file is self-contained.
#include <beast/core/streambuf.hpp>
2016-10-04 17:53:23 -04:00
#include <beast/core/buffer_concepts.hpp>
namespace beast {
static_assert(is_DynamicBuffer<streambuf>::value, "");
} // beast