Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:44:33

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::restrict
0016  */
0017 
0018 #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
0019 #define BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
0020 
0021 #include <boost/iostreams/detail/restrict_impl.hpp>
0022 #define BOOST_IOSTREAMS_RESTRICT restrict
0023 #include <boost/iostreams/detail/restrict_impl.hpp>
0024 #undef BOOST_IOSTREAMS_RESTRICT
0025 
0026 #endif // #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED