summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/iostreams/test/slice_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/iostreams/test/slice_test.cpp')
-rw-r--r--src/boost/libs/iostreams/test/slice_test.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/boost/libs/iostreams/test/slice_test.cpp b/src/boost/libs/iostreams/test/slice_test.cpp
new file mode 100644
index 00000000..c33be41d
--- /dev/null
+++ b/src/boost/libs/iostreams/test/slice_test.cpp
@@ -0,0 +1,17 @@
+/*
+ * 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.)
+ *
+ * See http://www.boost.org/libs/iostreams for documentation.
+
+ * File: test/slice_test.hpp
+ * Date: Sun Jan 06 12:57:30 MST 2008
+ * Copyright: 2007-2008 CodeRage, LLC
+ * Author: Jonathan Turkanis
+ * Contact: turkanis at coderage dot com
+ *
+ * Tests the overloaded function template boost::iostreams::slice.
+ */
+
+#define BOOST_IOSTREAMS_RESTRICT_USE_SLICE
+#include "restrict_test.cpp"