| 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 | |
| 16 | #define BOOST_IOSTREAMS_RESTRICT_USE_SLICE |
| 17 | #include "restrict_test.cpp" |
| 18 | |