slice_test.cpp 571 B

1234567891011121314151617
  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. * File: test/slice_test.hpp
  7. * Date: Sun Jan 06 12:57:30 MST 2008
  8. * Copyright: 2007-2008 CodeRage, LLC
  9. * Author: Jonathan Turkanis
  10. * Contact: turkanis at coderage dot com
  11. *
  12. * Tests the overloaded function template boost::iostreams::slice.
  13. */
  14. #define BOOST_IOSTREAMS_RESTRICT_USE_SLICE
  15. #include "restrict_test.cpp"