Chris@16: /* Chris@16: * Distributed under the Boost Software License, Version 1.0.(See accompanying Chris@16: * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) Chris@16: * Chris@16: * See http://www.boost.org/libs/iostreams for documentation. Chris@16: * Chris@16: * File: boost/iostreams/detail/restrict.hpp Chris@16: * Date: Sun Jan 06 12:57:30 MST 2008 Chris@16: * Copyright: 2008 CodeRage, LLC Chris@16: 2004-2007 Jonathan Turkanis Chris@16: * Author: Jonathan Turkanis Chris@16: * Contact: turkanis at coderage dot com Chris@16: * Chris@16: * Defines the class template boost::iostreams::restriction and the Chris@16: * overloaded function template boost::iostreams::restrict Chris@16: */ Chris@16: Chris@16: #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED Chris@16: #define BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED Chris@16: Chris@16: #include Chris@16: #define BOOST_IOSTREAMS_RESTRICT restrict Chris@16: #include Chris@16: #undef BOOST_IOSTREAMS_RESTRICT Chris@16: Chris@16: #endif // #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED