Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:47:48

0001 /*=============================================================================
0002  Copyright (c) 2001-2010 Joel de Guzman
0003  
0004  Distributed under the Boost Software License, Version 1.0. (See accompanying 
0005  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006  ==============================================================================*/
0007 #ifndef BOOST_PHOENIX_CORE_HPP
0008 #define BOOST_PHOENIX_CORE_HPP
0009 
0010 #include <boost/phoenix/version.hpp>
0011 #include <boost/phoenix/core/limits.hpp>
0012 #include <boost/phoenix/core/actor.hpp>
0013 #include <boost/phoenix/core/is_actor.hpp>
0014 #include <boost/phoenix/core/argument.hpp>
0015 #include <boost/phoenix/core/value.hpp>
0016 #include <boost/phoenix/core/reference.hpp>
0017 #include <boost/phoenix/core/nothing.hpp>
0018 #include <boost/phoenix/core/function_equal.hpp>
0019 #include <boost/phoenix/core/v2_eval.hpp>
0020 #include <boost/phoenix/scope/local_variable.hpp> // to fix 5824
0021 #include <boost/proto/generate.hpp> // attempt to fix problems in intel 14.0.1
0022 
0023 #endif