mirror of
https://github.com/boostorg/beast.git
synced 2026-07-05 07:50:50 +02:00
9ff1a27160
The zlib module is a port of ZLib's raw deflate algorithm to header-only C++11.
10 lines
309 B
C++
10 lines
309 B
C++
//
|
|
// 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/zlib.hpp>
|