annotate DEPENDENCIES/generic/include/boost/iostreams/restrict.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents 2665513ce2d3
children
rev   line source
Chris@16 1 /*
Chris@16 2 * Distributed under the Boost Software License, Version 1.0.(See accompanying
Chris@16 3 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
Chris@16 4 *
Chris@16 5 * See http://www.boost.org/libs/iostreams for documentation.
Chris@16 6 *
Chris@16 7 * File: boost/iostreams/detail/restrict.hpp
Chris@16 8 * Date: Sun Jan 06 12:57:30 MST 2008
Chris@16 9 * Copyright: 2008 CodeRage, LLC
Chris@16 10 2004-2007 Jonathan Turkanis
Chris@16 11 * Author: Jonathan Turkanis
Chris@16 12 * Contact: turkanis at coderage dot com
Chris@16 13 *
Chris@16 14 * Defines the class template boost::iostreams::restriction and the
Chris@16 15 * overloaded function template boost::iostreams::restrict
Chris@16 16 */
Chris@16 17
Chris@16 18 #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
Chris@16 19 #define BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
Chris@16 20
Chris@16 21 #include <boost/iostreams/detail/restrict_impl.hpp>
Chris@16 22 #define BOOST_IOSTREAMS_RESTRICT restrict
Chris@16 23 #include <boost/iostreams/detail/restrict_impl.hpp>
Chris@16 24 #undef BOOST_IOSTREAMS_RESTRICT
Chris@16 25
Chris@16 26 #endif // #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED