]> git.proxmox.com Git - ceph.git/blame - ceph/src/Beast/include/beast/core.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / include / beast / core.hpp
CommitLineData
7c673cae
FG
1//
2// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
3//
4// Distributed under the Boost Software License, Version 1.0. (See accompanying
5// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7
8#ifndef BEAST_CORE_HPP
9#define BEAST_CORE_HPP
10
11#include <beast/config.hpp>
12
13#include <beast/core/async_completion.hpp>
14#include <beast/core/bind_handler.hpp>
15#include <beast/core/buffer_cat.hpp>
16#include <beast/core/buffer_concepts.hpp>
17#include <beast/core/buffers_adapter.hpp>
18#include <beast/core/consuming_buffers.hpp>
19#include <beast/core/error.hpp>
20#include <beast/core/flat_streambuf.hpp>
21#include <beast/core/handler_alloc.hpp>
22#include <beast/core/handler_concepts.hpp>
23#include <beast/core/handler_helpers.hpp>
24#include <beast/core/handler_ptr.hpp>
25#include <beast/core/placeholders.hpp>
26#include <beast/core/prepare_buffers.hpp>
27#include <beast/core/static_streambuf.hpp>
28#include <beast/core/static_string.hpp>
29#include <beast/core/stream_concepts.hpp>
30#include <beast/core/streambuf.hpp>
31#include <beast/core/dynabuf_readstream.hpp>
32#include <beast/core/to_string.hpp>
33#include <beast/core/write_dynabuf.hpp>
34
35#endif