]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/iostreams/test/slice_test.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / iostreams / test / slice_test.cpp
CommitLineData
7c673cae
FG
1/*
2 * Distributed under the Boost Software License, Version 1.0.(See accompanying
3 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
4 *
5 * See http://www.boost.org/libs/iostreams for documentation.
6
7 * File: test/slice_test.hpp
8 * Date: Sun Jan 06 12:57:30 MST 2008
9 * Copyright: 2007-2008 CodeRage, LLC
10 * Author: Jonathan Turkanis
11 * Contact: turkanis at coderage dot com
12 *
13 * Tests the overloaded function template boost::iostreams::slice.
14 */
15
92f5a8d4 16#define BOOST_IOSTREAMS_RESTRICT_USE_SLICE
7c673cae 17#include "restrict_test.cpp"