Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:38:54

0001 /*
0002  * Distributed under the Boost Software License, Version 1.0.(See accompanying 
0003  * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
0004  * 
0005  * See http://www.boost.org/libs/iostreams for documentation.
0006  *
0007  * File:        boost/iostreams/detail/restrict.hpp
0008  * Date:        Sun Jan 06 12:57:30 MST 2008
0009  * Copyright:   2008 CodeRage, LLC
0010                 2004-2007 Jonathan Turkanis
0011  * Author:      Jonathan Turkanis
0012  * Contact:     turkanis at coderage dot com
0013  *
0014  * Defines the class template boost::iostreams::restriction and the 
0015  * overloaded function template boost::iostreams::slice.
0016  *
0017  * This header is provided for platforms on which "restrict" is a keyword.
0018  */
0019 
0020 #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
0021 #define BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
0022 
0023 #include <boost/iostreams/detail/restrict_impl.hpp>
0024 #define BOOST_IOSTREAMS_RESTRICT slice
0025 #include <boost/iostreams/detail/restrict_impl.hpp>
0026 #undef BOOST_IOSTREAMS_RESTRICT
0027 
0028 #endif // #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED