debug.hpp 655 B

123456789101112131415161718
  1. /*==============================================================================
  2. Copyright (c) 2005-2010 Joel de Guzman
  3. Copyright (c) 2010 Thomas Heller
  4. Copyright (c) 2014 John Fletcher
  5. Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. ==============================================================================*/
  8. #ifndef BOOST_PHOENIX_CORE_DEBUG_HPP
  9. #define BOOST_PHOENIX_CORE_DEBUG_HPP
  10. #include <boost/config/header_deprecated.hpp>
  11. BOOST_HEADER_DEPRECATED("<boost/phoenix/debug.hpp>")
  12. #include <boost/phoenix/debug.hpp>
  13. #endif