From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- .../detail/cpp03/preprocessed/expression_20.hpp | 840 +++++++++++++++++++++ 1 file changed, 840 insertions(+) create mode 100644 boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp (limited to 'boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp') diff --git a/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp b/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp new file mode 100644 index 0000000000..a18522735f --- /dev/null +++ b/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp @@ -0,0 +1,840 @@ +/*============================================================================= + Copyright (c) 2005-2010 Joel de Guzman + Copyright (c) 2010 Eric Niebler + 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 < + template class Actor + , typename Tag + , typename A0 = void , typename A1 = void , typename A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , typename A9 = void , typename A10 = void , typename A11 = void , typename A12 = void , typename A13 = void , typename A14 = void , typename A15 = void , typename A16 = void , typename A17 = void , typename A18 = void , typename A19 = void + , typename Dummy = void> + struct expr_ext; + template < + typename Tag + , typename A0 = void , typename A1 = void , typename A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , typename A9 = void , typename A10 = void , typename A11 = void , typename A12 = void , typename A13 = void , typename A14 = void , typename A15 = void , typename A16 = void , typename A17 = void , typename A18 = void , typename A19 = void + , typename Dummy = void + > + struct expr : expr_ext {}; + + + + + + + + template