Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:45:07

0001 /*==============================================================================
0002     Copyright (c) 2005-2010 Joel de Guzman
0003     Copyright (c) 2010 Thomas Heller
0004     Copyright (c) 2014 John Fletcher
0005  
0006     Distributed under the Boost Software License, Version 1.0. (See accompanying
0007     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 ==============================================================================*/
0009 #ifndef BOOST_PHOENIX_CORE_DEBUG_HPP
0010 #define BOOST_PHOENIX_CORE_DEBUG_HPP
0011 
0012 #include <boost/config/header_deprecated.hpp>
0013 
0014 BOOST_HEADER_DEPRECATED("<boost/phoenix/debug.hpp>")
0015 
0016 #include <boost/phoenix/debug.hpp>
0017 
0018 #endif