quoted_manip.hpp 410 B

12345678910111213141516171819
  1. /*
  2. Copyright 2010 Beman Dawes
  3. Copyright 2019 Glen Joseph Fernandes
  4. (glenjofe@gmail.com)
  5. Distributed under the Boost Software License, Version 1.0.
  6. (http://www.boost.org/LICENSE_1_0.txt)
  7. */
  8. #ifndef BOOST_IO_DETAIL_QUOTED_MANIP_HPP
  9. #define BOOST_IO_DETAIL_QUOTED_MANIP_HPP
  10. #include <boost/config/header_deprecated.hpp>
  11. BOOST_HEADER_DEPRECATED("<boost/io/quoted.hpp>")
  12. #include <boost/io/quoted.hpp>
  13. #endif