123456789101112131415161718192021 |
- #ifndef BOOST_IOSTREAMS_DETAIL_DEFAULT_ARG_HPP_INCLUDED
- #define BOOST_IOSTREAMS_DETAIL_DEFAULT_ARG_HPP_INCLUDED
- #if defined(_MSC_VER)
- # pragma once
- #endif
- #include <boost/config.hpp>
- #include <boost/detail/workaround.hpp>
- #define BOOST_IOSTREAMS_DEFAULT_ARG(arg) arg
- #endif
|