Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/iostreams/restrict.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +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 |