1234567891011121314151617181920212223242526 |
- #ifndef BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
- #define BOOST_IOSTREAMS_RESTRICT_HPP_INCLUDED
- #include <boost/iostreams/detail/restrict_impl.hpp>
- #define BOOST_IOSTREAMS_RESTRICT restrict
- #include <boost/iostreams/detail/restrict_impl.hpp>
- #undef BOOST_IOSTREAMS_RESTRICT
- #endif
|