/*============================================================================== Copyright (c) 2005-2010 Joel de Guzman Copyright (c) 2010 Thomas Heller 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) ==============================================================================*/ template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 > {}; template struct function : proto::result_of::make_expr< proto::tag::function , phoenix_domain , F , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 , A9 > {};