/*============================================================================= Copyright (c) 2016 Kohei Takahashi Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ #ifndef BOOST_PHOENIX_CORE_EXPRESSION_HPP #define BOOST_PHOENIX_CORE_EXPRESSION_HPP #include #include #include #include #include #include #include #include namespace boost { namespace phoenix { template struct actor; #ifdef BOOST_PHOENIX_NO_VARIADIC_EXPRESSION #include #else template